Class SessionState
Enumeration for describing the state of a session.
Inheritance
System.Object
SessionState
Namespace: MAT.Atlas.Client.Platform.Sessions
Assembly: MAT.Atlas.Client.Platform.dll
Syntax
public sealed class SessionState : Enum
Fields
Created
The session has been created.
Declaration
public const SessionState Created
Field Value
Type | Description |
---|---|
SessionState |
Exporting
The (sqlite) session is being exported
Declaration
public const SessionState Exporting
Field Value
Type | Description |
---|---|
SessionState |
Failed
The session has been added to the database and it's failed due to an error.
Declaration
public const SessionState Failed
Field Value
Type | Description |
---|---|
SessionState |
Historical
The session is in a historic state, with no further data being added to it.
Declaration
public const SessionState Historical
Field Value
Type | Description |
---|---|
SessionState |
Indexed
The session has been added to the database and is indexed
Declaration
public const SessionState Indexed
Field Value
Type | Description |
---|---|
SessionState |
Indexing
The session has been added to the database and is waiting to be indexed
Declaration
public const SessionState Indexing
Field Value
Type | Description |
---|---|
SessionState |
Live
The session is live.
Declaration
public const SessionState Live
Field Value
Type | Description |
---|---|
SessionState |
LiveNotInServer
The session is live but not persisted to server.
Declaration
public const SessionState LiveNotInServer
Field Value
Type | Description |
---|---|
SessionState |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |