RunSettings

The RunSettings object contains properties which control how execution is carried out.


Constructors

No public constructors defined

Methods

No public methods defined

Properties

Int32   RunPeriod {get;set;} stability index:1
The length, in milliseconds, of the period between requests to execute.
RunType   RunType {get;set;} stability index:1
The current RunType.
Boolean   RunEnabled {get;set;} stability index:1
A flag which indicates whether running is possible. This flag is set to false during execution and is set to true when execution is completed.

Events

No public events defined