Enum TaskFinalState
Represents the final state a task can reach, used as a condition in advanced dependencies.
Namespace: QarnotSDK
Assembly: QarnotSDK.dll
Syntax
[JsonConverter(typeof(StringEnumConverter))]
public enum TaskFinalState
Fields
| Name | Description |
|---|---|
| Cancelled | The task was cancelled. |
| Failure | The task failed. |
| Success | The task completed successfully. |