When viewing a project's jobs on the Jobs page, the evaluation status of each job is reported in the Eval Status column:

When viewing a job's details, the evaluation status is displayed in a drop-down on the toolbar:

Here is a description of each evaluation status:
Status | Color | Description |
---|---|---|
pending | Blue | The job is staged for evaluation. |
prolog | Turquoise | The job is in transition between pending and running. |
running | Orange | The job is being evaluated. |
evaluated | Green | The job has completed successfully. |
failed | Red | Evaluation of the job has failed. |
timeout | Purple | Job evaluation has timed out. The maximum number of seconds to spend on evaluating a job is controlled by the Maximum Execution Time setting in the job's definition. |
aborted | Black | Evaluation of the job has been terminated. |
inactive | Gray | The job has been imported into the project (or has been manually set to inactive). To submit the job for evaluation, you must change its status from inactive to pending. See Staging a Job for Evaluation. |