Task State
Namespace: Scanjour.Workflow4.Base
Assembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 23.3.0.0 (23.3.0.0)
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
Void | 0 | Task state unspecified. | |
Pending | 1 | Task is created but not yet ready to be executed | |
Open | 2 | Task is ready to be executed | |
Done | 3 | "Done" means that notification was sent or one of the actions was executed | |
Closed | 4 | Task is closed either because it has been cancelled |
See Also