Module: Google::Cloud::Bigquery::Migration::V2::MigrationTask::State
- Defined in:
- proto_docs/google/cloud/bigquery/migration/v2/migration_entities.rb
Overview
Possible states of a migration task.
Constant Summary collapse
- STATE_UNSPECIFIED =
The state is unspecified.
0- PENDING =
The task is waiting for orchestration.
1- ORCHESTRATING =
The task is assigned to an orchestrator.
2- RUNNING =
The task is running, i.e. its subtasks are ready for execution.
3- PAUSED =
Tha task is paused. Assigned subtasks can continue, but no new subtasks will be scheduled.
4- SUCCEEDED =
The task finished successfully.
5- FAILED =
The task finished unsuccessfully.
6