With Opticon around the corner, we'll be canceling this month's (Sept) Happy Hour.

Enum WorkflowStatus

The WorkflowStatus enumeration defines the work flow status.

Namespace: Mediachase.Commerce.Engine
Assembly: Mediachase.Commerce.dll
Version: 13.30.0
Syntax
public enum WorkflowStatus

Fields

Name Description
Aborted

Represents the aborted status.

Completed

Represents the completed status.

Running

Represents the running status.

Terminated

Represents the terminated status.

Extension Methods