TaskState Enumeration

Task State

Definition

Namespace: Scanjour.Workflow4.Base
Assembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 24.4.0.0 (24.4.0.0)
C#
public enum TaskState

Members

Void0 Task state unspecified.
Pending1 Task is created but not yet ready to be executed
Open2 Task is ready to be executed
Done3 "Done" means that notification was sent or one of the actions was executed
Closed4 Task is closed either because it has been cancelled

See Also