Enum SessionStatus

Namespace: ArmoniK.Api.gRPC.V1
Assembly: ArmoniK.Api.Common.dll

Session status.

public enum SessionStatus

Fields

Cancelled = 2

  • Session is cancelled. No more tasks can be submitted and no more tasks will be executed.

Closed = 4

  • Session is closed. No more tasks can be submitted and executed.

Deleted = 6

  • Session is deleted. No more tasks can be submitted and executed. Sessions, tasks and results metadata associated to the session will be deleted.

Paused = 3

  • Session is paused. Tasks can be submitted but no more new tasks will be executed. Already running tasks will continue until they finish.

Purged = 5

  • Session is purged. No more tasks can be submitted and executed. Results data will be deleted.

Running = 1

  • Session is open and accepting tasks for execution.

Unspecified = 0

  • Session is in an unknown state.