Module: Google::Cloud::Video::LiveStream::V1::Event::State

Defined in:
proto_docs/google/cloud/video/livestream/v1/resources.rb

Overview

State of the event

Constant Summary collapse

STATE_UNSPECIFIED =

Event state is not specified.

0
SCHEDULED =

Event is scheduled but not executed yet.

1
RUNNING =

Event is being executed.

2
SUCCEEDED =

Event has been successfully executed.

3
FAILED =

Event fails to be executed.

4
PENDING =

Event has been created but not scheduled yet.

5
STOPPED =

Event was stopped before running for its full duration.

6