ExecuteState enum | QSYS API Reference Guide
Indicates the execution state of a job.
Namespace: ASNA.QSys.Runtime.JobSupport
Assembly: ASNA.QSys.Runtime.dll
Enum Values
| Name | Description | Value |
|---|---|---|
| AbnormalTermination | The job terminated due to an unhandled exception. | 4 |
| Ended | The job has ended. | 3 |
| Ending | The job is ending. | 2 |
| ForcefullyTerminated | the job was terminated before it could attempt to shutdown on its own. | 6 |
| PrematurelyTerminated | The job was terminated before it could shutdown on its own on time. | 5 |
| Running | Job is running. | 0 |
| ShutdownRequested | The job has been requested to be shut down. | 1 |