JobStatus

sealed class JobStatus

Indicates the current status of a job.

Since

200.1.0

Inheritors

Types

Link copied to clipboard

A job that is in the process of being canceled.

Link copied to clipboard
object Failed : JobStatus

A job that has completed and has failed.

Link copied to clipboard

A job that has not started.

Link copied to clipboard
object Paused : JobStatus

A job that is paused. Use Job.start() to re-start the job.

Link copied to clipboard

A job that has started and is executing.

Link copied to clipboard

A job that has completed successfully.