scheduleState property
Schedule state when the monitoring job is in Running state.
Output only. Possible string values are:
- "MONITORING_SCHEDULE_STATE_UNSPECIFIED" : Unspecified state.
- "PENDING" : The pipeline is picked up and wait to run.
- "OFFLINE" : The pipeline is offline and will be scheduled for next run.
- "RUNNING" : The pipeline is running.
Implementation
core.String? scheduleState;