ExecStatus enum | QSYS API Reference Guide
Describes the execution status of a job.
Namespace: ASNA.QSys.Runtime.JobSupport
Assembly: ASNA.QSys.Runtime.dll
Enum Values
| Name | Description | Value |
|---|---|---|
| DisplayWait | The job is waiting for user input thru a workstation file. | 3 |
| Ending | The Job is in the process of ending. | 2 |
| Init | The Job is being initialized. | 0 |
| MessageFile | The job obtaining the text for a message from a message file. | 4 |
| Running | The Job is running. | 1 |