persistent class %WebStress.Playback.Status
extends %Persistent, %XML.Adaptor
property ProcessID
as %String;
The process ID
property RunID
as %Integer;
property Script
as %String;
property Status
as %Integer;
Status of this process
property StatusText
as %String;
Description of the current status
property SystemID
as %String(MAXLEN="");
property TestID
as %Integer;
index (Main on SystemID,ProcessID) [IdKey,PrimaryKey,Unique];