Class WorkflowStatus
The WorkflowStatus enumeration defines the work flow status.
Inheritance
System.Object
WorkflowStatus
Namespace: Mediachase.Commerce.Engine
Assembly: Mediachase.Commerce.dll
Version: 14.26.0Syntax
public sealed class WorkflowStatus : Enum
Fields
Aborted
Represents the aborted status.
Declaration
public const WorkflowStatus Aborted
Field Value
Type | Description |
---|---|
WorkflowStatus |
Completed
Represents the completed status.
Declaration
public const WorkflowStatus Completed
Field Value
Type | Description |
---|---|
WorkflowStatus |
Running
Represents the running status.
Declaration
public const WorkflowStatus Running
Field Value
Type | Description |
---|---|
WorkflowStatus |
Terminated
Represents the terminated status.
Declaration
public const WorkflowStatus Terminated
Field Value
Type | Description |
---|---|
WorkflowStatus |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |