TaskState Enumeration

Scanjour Workflow4 Reference Manual
Task State

Namespace:  Scanjour.Workflow4.Base
Assembly:  Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 23.1.0.0 (23.1.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

Reference