Run States - perfsonar/pscheduler GitHub Wiki

Normal States

Pending - The run has been scheduled but its time is still in the future.

On Deck - pScheduler has made last-minute preparations for the run and is waiting for its scheduled time to arrive. (This term has its origins in American Baseball.)

Running - The run is being performed or on the verge of being performed.

Cleanup - pScheduler is performing post-meaurement cleanup.

Finished - The run has completed successfully.

Error States

Failed - The run completed, but one or more of the participants experienced a failure at runtime and did not produce a result.

Overdue - The run started, but one or more of the participants did not provide a result in the expected time.

Missed - The run never started or completed. This can happen when the runner service has failed and was not restarted.

Non-Starter - The run was due to be scheduled but was not because of limit constraints or one of the participants being unable to schedule it.

Preempted - The run was preempted by another with higher priority. (pScheduler 4.2 and later)

Canceled - The run was part of a task that was canceled using the pscheduler cancel command or via the API.