status property
The current status of the pipeline:
-
Active
: The pipeline is processing jobs. -
Paused
: The pipeline is not currently processing jobs.
Implementation
final String? status;
The current status of the pipeline:
Active
: The pipeline is processing jobs.
Paused
: The pipeline is not currently processing jobs.
final String? status;