21.222. Enum SessionStatus
Namespace: ArmoniK.Core.Common.Storage
Assembly: ArmoniK.Core.Common.dll
Session status.
public enum SessionStatus
21.222.1. Extension Methods
21.222.2. Fields
Cancelled = 2
Session is cancelled. No more tasks can be submitted and no more tasks will be executed.
Closed = 4
Session is closed. Submissions will fail.
Deleted = 6
Session is purged. Metadata for sessions, tasks and results will be deleted.
Paused = 3
Session is paused. No more tasks will be executed.
Purged = 5
Session is purged. Data will be deleted.
Running = 1
Session is open and accepting tasks for execution.
Unspecified = 0
Session is in an unknown state.