Click or drag to resize
ProcessInstanceStatusEnum Enumeration
Process instance status enumeration.

Namespace: CMS.WorkflowEngine
Assembly: CMS.WorkflowEngine (in CMS.WorkflowEngine.dll) Version: 10.0.0
Syntax
C#
public enum ProcessInstanceStatusEnum
Members
  Member nameValueDescription
None0 There is no process instance
Running1 There is at least one running instance
Finished2 All process instances are finished
See Also