Skip to main content

%WebStress.Run

Class %WebStress.Run Extends (%Persistent, %XML.Adaptor) [ Inheritance = right, Owner = {%Developer}, System = 4 ]

Properties

Job

Property Job As %String(TRUNCATE = 1);

RunName

Property RunName As %String(TRUNCATE = 1);

Test

Property Test As %WebStress.Tests;

Script

Property Script As %WebStress.Scripts;

WebServer

Property WebServer As %String(TRUNCATE = 1);

Sessions

Property Sessions As %Integer;

DelayType

Property DelayType As %String(DISPLAYLIST = ",No Delay,Random,User Recorded", TRUNCATE = 1, VALUELIST = ",N,R,U");

RandomDelayMin

Property RandomDelayMin As %Integer;

RandomDelayMax

Property RandomDelayMax As %Integer;

StartDate

Property StartDate As %Date(FORMAT = 3);

StopDate

Property StopDate As %Date(FORMAT = 3);

StartTime

Property StartTime As %Time(FORMAT = 2);

StopTime

Property StopTime As %Time(FORMAT = 2);

RunMinutes

Property RunMinutes As %Integer;

WarmUpMinutes

Property WarmUpMinutes As %Integer;

CoolDownMinutes

Property CoolDownMinutes As %Integer;

RunStartDate

Property RunStartDate As %Date(FORMAT = 3);

RunStopDate

Property RunStopDate As %Date(FORMAT = 3);

RecordStartDate

Property RecordStartDate As %Date(FORMAT = 3);

RecordStopDate

Property RecordStopDate As %Date(FORMAT = 3);

RunStartTime

Property RunStartTime As %Time(FORMAT = 2);

RunStopTime

Property RunStopTime As %Time(FORMAT = 2);

RecordStartTime

Property RecordStartTime As %Time(FORMAT = 2);

RecordStopTime

Property RecordStopTime As %Time(FORMAT = 2);

SystemIdentifier

Property SystemIdentifier As %String(MAXLEN = 200);

Status

Property Status As %String(DISPLAYLIST = ",Unknown,Preparing,Waiting,Warmup,Recording,Cooldown,Stopping,Stopped,Error", TRUNCATE = 1, VALUELIST = ",0,1,2,3,4,5,6,7,8") [ InitialExpression = 0 ];

Error

Property Error As %String(TRUNCATE = 1);