Enum DrPlanStepExecutionStatus

  • All Implemented Interfaces:
    BmcEnum, Serializable, Comparable<DrPlanStepExecutionStatus>

    @Generated(value="OracleSDKGenerator",
               comments="API Version: 20220125")
    public enum DrPlanStepExecutionStatus
    extends Enum<DrPlanStepExecutionStatus>
    implements BmcEnum
    The execution statuses for a DR plan step.
    • QUEUED - DR plan step execution has been queued. - DISABLED - DR plan step execution has been disabled. - IN_PROGRESS - DR plan step execution is in progress. - SUCCEEDED - DR plan step execution has succeeded. - FAILED - DR plan step execution has failed. - FAILED_IGNORED - DR plan step execution has failed, but was ignored. - TIMED_OUT - DR plan step execution has timed out. - TIMED_OUT_IGNORED - DR plan step execution has timed out, but was ignored. - PAUSED - DR plan step execution has paused. - CANCELED - DR plan step execution has been canceled.