Class State (1.8.5)

State(value)

Possible states of a replication cycle.

Enums

Name Description
STATE_UNSPECIFIED The state is unknown. This is used for API compatibility only and is not used by the system.
RUNNING The replication cycle is running.
PAUSED The replication cycle is paused.
FAILED The replication cycle finished with errors.
SUCCEEDED The replication cycle finished successfully.