monitoringScheduleStatus property

ScheduleStatus? monitoringScheduleStatus
final

The status of the monitoring schedule. This can be one of the following values.

  • PENDING - The schedule is pending being created.
  • FAILED - The schedule failed.
  • SCHEDULED - The schedule was successfully created.
  • STOPPED - The schedule was stopped.

Implementation

final ScheduleStatus? monitoringScheduleStatus;