Variable JobStateConst

JobState: {
    active: "active";
    completed: "completed";
    failed: "failed";
    waiting: "waiting";
} = ...

Enum representing the possible states of a job.

Type declaration

  • active: "active"
  • completed: "completed"
  • failed: "failed"
  • waiting: "waiting"