status

abstract val status: StateFlow<JobStatus>

The status of the job.

Upon collecting this StateFlow emits the current JobStatus and all subsequent updates to the state of the Job object.

Since

200.0.0