public enum DeviceSession.Types.SessionState
Reference documentation and code samples for the Device Streaming v1 API enum DeviceSession.Types.SessionState.
The state that the DeviceSession resides.
Namespace
Google.Cloud.DeviceStreaming.V1Assembly
Google.Cloud.DeviceStreaming.V1.dll
Fields |
|
---|---|
Name | Description |
Active |
The session has been granted and the device is accepting connections. |
Error |
Unable to complete the session for an internal reason, such as an infrastructure failure. |
Expired |
The session duration exceeded the device's reservation time period and timed out automatically. |
Finished |
The user is finished with the session and it was canceled by the user while the request was still getting allocated or after allocation and during device usage period. |
Pending |
The session has been validated and is in the queue for a device. |
Requested |
Initial state of a session request. The session is being validated for correctness and a device is not yet requested. |
Unavailable |
Unable to complete the session because the device was unavailable and it failed to allocate through the scheduler. For example, a device not in the catalog was requested or the request expired in the allocation queue. |
Unspecified |
Default value. This value is unused. |