DurableTaskCompletionSourceStatus
enum
Namespace: Orleans.Journaling
Identifies the state of a durable task completion source.
[Orleans.GenerateSerializer]public enum DurableTaskCompletionSourceStatusFields
| Name | Value | Description |
|---|---|---|
Pending | 0 | The task is awaiting completion. |
Completed | 1 | The task completed successfully. |
Faulted | 2 | The task completed with an exception. |
Canceled | 3 | The task was canceled. |
