In This Topic
Setting for when adTempus considers a process to be started and continues with processing for the step
Syntax
Members
Member | Value | Description |
NoWait | 0 |
adTempus continues execution as soon as the process starts.
|
WaitForInputIdle | 2 |
adTempus waits until the program has initialized its message loop and started accepting UI messages.
|
WaitForSpecifiedTime | 1 |
adTempus waits for a specified number of seconds after the process starts.
|
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
ArcanaDevelopment.adTempus.Shared.WaitOptions
See Also