public enum Event.Types.StateReference documentation and code samples for the Live Stream v1 API enum Event.Types.State.
State of the event
Namespace
Google.Cloud.Video.LiveStream.V1Assembly
Google.Cloud.Video.LiveStream.V1.dll
Fields |
|
|---|---|
| Name | Description |
Failed |
Event fails to be executed. |
Pending |
Event has been created but not scheduled yet. |
Running |
Event is being executed. |
Scheduled |
Event is scheduled but not executed yet. |
Stopped |
Event was stopped before running for its full duration. |
Succeeded |
Event has been successfully executed. |
Unspecified |
Event state is not specified. |