Live Stream v1 API - Enum Event.Types.State (1.6.0)

public enum Event.Types.State

Reference documentation and code samples for the Live Stream v1 API enum Event.Types.State.

State of the event

Namespace

Google.Cloud.Video.LiveStream.V1

Assembly

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.