JobStatus Enum Represents the status of a job.

Enumeration Members

Completed: "completed"

The job is completed.

Failed: "failed"

The job has failed.

Partial: "partial"

The job has partial results.

Pending: "pending"

The job is pending.

Processing: "processing"

The job is processing.