StepStateType Enumeration
- Last UpdatedNov 06, 2025
- 1 minute read
The StepStateType enumeration values specify the valid step states.
'Declaration
Public Enum StepStateType
Inherits System.Enum
public enum StepStateType : System.Enum
| Member | Description |
|---|---|
| StepStateBYPASSED | The step was not needed. |
| StepStateCOMPLETE | The step has been completed. |
| StepStateNEW | The step is new. |
| StepStateONHOLD | The step is on hold. |
| StepStateREADY | The step is ready to run. |
| StepStateRUNNING | The step is currently running. |
| StepStateSUPERSEDED | One run of the step has been superseded by a subsequent run. |
System.Object
System.ValueType
System.Enum
FactMES.Client.Common.StepStateType