London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Enum WorkflowStatus

The WorkflowStatus enumeration defines the work flow status.

Namespace: Mediachase.Commerce.Engine
Assembly: Mediachase.Commerce.dll
Version: 10.8.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