status property
The status of the replication task. This response parameter can return one of the following values:
-
"moving"– The task is being moved in response to running theMoveReplicationTaskoperation. -
"creating"– The task is being created in response to running theCreateReplicationTaskoperation. -
"deleting"– The task is being deleted in response to running theDeleteReplicationTaskoperation. -
"failed"– The task failed to successfully complete the database migration in response to running theStartReplicationTaskoperation. -
"failed-move"– The task failed to move in response to running theMoveReplicationTaskoperation. -
"modifying"– The task definition is being modified in response to running theModifyReplicationTaskoperation. -
"ready"– The task is in areadystate where it can respond to other task operations, such asStartReplicationTaskorDeleteReplicationTask. -
"running"– The task is performing a database migration in response to running theStartReplicationTaskoperation. -
"starting"– The task is preparing to perform a database migration in response to running theStartReplicationTaskoperation. -
"stopped"– The task has stopped in response to running theStopReplicationTaskoperation. -
"stopping"– The task is preparing to stop in response to running theStopReplicationTaskoperation. -
"testing"– The database migration specified for this task is being tested in response to running either theStartReplicationTaskAssessmentRunor theStartReplicationTaskAssessmentoperation.
Implementation
final String? status;