Time Wait State
Current status of the wait/delay options for a task instance.
When the Controller launches a task with wait/delay options, the time wait status will transition through a series of states:
1 | INITIAL | The initial state. This is the default value at launch time. |
2 | EXECUTING WAIT | When the task instance is waiting to start, the Time Wait state becomes Executing Wait. |
3 | COMPLETED WAIT | When the wait to start requirement is met, the Time Wait state becomes Completed Wait. |
4 | EXECUTING DELAY | When the task instance is delayed on start, the Time Wait state becomes Executing Delay. |
5 | COMPLETED DELAY | When the delay on start requirement is met, the Time Wait state becomes Completed Delay. |
6 | CLEARED | When the task instance no longer has a time wait requirement (for example, from issuing the Clear Time Wait/Delay command), the Time Wait state becomes Cleared. |