Skip to content

DurableTaskCompletionSourceStatus

enum

Namespace: Orleans.Journaling

Identifies the state of a durable task completion source.
[Orleans.GenerateSerializer]
public enum DurableTaskCompletionSourceStatus

Fields

NameValueDescription
Pending0The task is awaiting completion.
Completed1The task completed successfully.
Faulted2The task completed with an exception.
Canceled3The task was canceled.