Previous Topic: JobCheck--Run the Job CheckNext Topic: Remove Target--Remove a Target from a Computer


JobProgress--Will set a progress message / percentage for the Current Job

This command sets a progress message and a progress percentage for the current job.

Syntax

JobProgress Text 
            [Percentage]
Text

A mandatory parameter that sets a progress message for the current job container executor job.

[Percentage]

An optional parameter that sets a progress percentage for the current job container executor job.

Example:

In the following example:

sd_acmd jobprogress "Running Job 1" 50

Software Delivery presents the progress message "Running Job 1" with the percentage "50" for the current job container executor job.

Note: The JobProgress command is not suitable for command-line usage. It is more suitable for batch and script files. For example, executables could generate return codes that indicate different states in the whole batch or script execution scenario. A specific progress message could be generated in each such relevant state, replacing nonspecific ones.