JobParameters element

Describes the parameters of a job. These parameters control how a job runs and can be read by an assessment.

The parameter names and values that were used during the running of the job. They include job parameters that were defined in the job manifest as well as those parameters that were modified or added programmatically. This section uses the same format as the JobParameters section in the job manifest. See the AXE Job Manifest design document for the schema definition of this section.

Usage

<JobParameters>
  child elements
</JobParameters>

Attributes

There are no attributes.

Child elements

Element Description
AssessmentContentRoot
The file path to assessment files.

CollectOnly
Run assessments but do not analyze.

EarliestStartTime
Earliest start time and date for the job in Coordinated Universal Time (UTC).

Image
A UNC path to an offline image.

KeepTempFiles
If this node is present then AXE will not delete each assessment's temporary files or report files.

PostExecutionAction
After a job has completed, AXE may optionally run a program.

ResultsPublishPath
Specifies a UNC path to a file containing results.

RunSilently
If this element is present, the solution displays no UX excepting errors.

SkipMachineConfiguration
Omit machine configuration when running assessments.

SolutionUX
The mode of interacting with the user when the job runs.

StopOnAssessmentError
AXE stops the job if this element is present and an assessment returns a non-zero value.

UserString
This string is provided by a solution.

Child element sequence

(
  Image, 
  EarliestStartTime, 
  KeepTempFiles, 
  ResultsPublishPath, 
  PostExecutionAction, 
  UserString, 
  StopOnAssessmentError, 
  RunSilently, 
  AssessmentContentRoot
, 
  CollectOnly
, 
  SkipMachineConfiguration, 
  SolutionUX
)

Parent elements

Element Description
Meta
Meta-information about the start time and duration.

Remarks

As a solution assembles a job, the assessment management API's will check some of these parameters for consistency returning warnings to the solution as appropriate.

The AXE assessment management object model will save and restore job parameters changed by a solution.

Element information

Can be empty No

See also

AXE Job Manifest

AXE Results Manifest