Step Details

The Step Details window (reached from the Steps page of the Job Instance Details window) lists information about a job step executed in a job instance.

Step

The step number of the step. Steps are numbered sequentially, beginning with 1. The step number reflects the sequence of steps at the time the job was executed.

Description

The step's description, at the time the job was executed.

Status

The status of the step.

Result

The result returned by the Task. For a Program Execution Task, this will be the exit code (return code) returned by the process. For Script Execution Tasks, this will be the return value from the script. For other task types, no result value is defined.

Execution Start

The date/time at which execution started (dates and times are shown using the time zone of the server).

Execution Finish

The date/time at which execution finished (dates and times are shown using the time zone of the server).

Elapsed Time

The total elapsed time for the step (the difference between the Start and Finish times).

Processor Time

The amount of CPU time used by the step. The processor time is only valid for Program Execution tasks. Other tasks do not update the processor times.

Process ID

Applies to Program Execution tasks only. Indicates the Windows Process ID for the process executed by the step.

Last Checkpoint

The last checkpoint reported for the step.