Enum WorkflowActionState
Defines the various workflow action states.
Namespace: TopSolid.Kernel.Automating
Assembly: cs.temp.dll.dll
Syntax
[AvailableSinceVersion(7, 14, 248, 0)]
public enum WorkflowActionState
Remarks
This enum is available since v7.14.
Fields
| Name | Description |
|---|---|
| Accepted | Accepted. |
| Cancelled | Cancelled. |
| None | None. |
| Pending | Pending. |
| Refused | Refused. |