ProcessStatus Enum
Specifies the process status.
public enum ProcessStatus
Fields
Complete
0
Process is complete.
Ready
1
Process is ready to be picked up by the engine and moved to its next node.
Validation
2
Process awaits validation.
Errored
3
Process has errored out.