Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

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.0
Syntax
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