Click or drag to resize

TaskState Enumeration

Task State

Namespace: Scanjour.Workflow4.Base
Assembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 24.5.0.0 (24.5.0.0)
Syntax
public enum TaskState
Members
Member nameValueDescription
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