JobStateCode Enumeration
- Last UpdatedNov 06, 2025
- 1 minute read
The JobStateCode enumeration values specify the available job states.
'Declaration
Public Enum JobStateCode
Inherits System.Enum
'Usage
Dim instance As JobStateCode
public enum JobStateCode : System.Enum
| Member | Description |
|---|---|
| Canceled | A job that no longer needs to be run. |
| Complete | A job that has been finished. |
| New | A job that is scheduled but not yet ready to run. |
| NoJob | This is not a job state, but is used as a value to set a current job state property to indicate that no job is running. |
| OnHold | A job that is no longer ready to run. |
| Ready | A job that is ready to run. |
| Running | A job that is currently running on an entity. |
| Suspended | A job that has not run to completion but is no longer running on an entity. |
System.Object
System.ValueType
System.Enum
FactMES.API.Prod.JobStateCode