Class State (1.8.2)

State(value)

Possible states of a replication cycle.

Values: STATE_UNSPECIFIED (0): The state is unknown. This is used for API compatibility only and is not used by the system. RUNNING (1): The replication cycle is running. PAUSED (2): The replication cycle is paused. FAILED (3): The replication cycle finished with errors. SUCCEEDED (4): The replication cycle finished successfully.