Previous Topic: SoftwareJobOrderPropertiesNext Topic: SoftwarePackageGroupProperties


SoftwareJobOrderProperties3

The SoftwareJobOrderProperties3 sequence of elements describes the properties of a software job order.

DateTime executionDate

Specifies the date and time to activate the job. If you do not provide any value, the default value is the current date and time of the manager computer.

xsd:boolean executionDateSupplied

Specifies true or false depending on whether the executionDate parameter is supplied.

xsd:long timeOutHours

Specifies the time (in hours) after which, if the job is unable to complete, the job will cease attempts to complete. If you do not provide any value, the default value is set to 48 hours.

xsd:boolean timeOutHoursSupplied

Specifies true or false depending on whether the timeOutHours parameter is supplied.

SoftwareJobStartupTime startWhen

Specifies the properties that specify when to start the software job. If you do not provide any value, the default value is EXACT_LOCAL_TIME.

xsd:boolean startWhenSupplied

Specifies true or false depending on whether the startWhen parameter is supplied.

xsd:string jobName (m)

Specifies the name of the software job with which this order is associated. If you do not provide any value, SD creates a default name.

xsd:boolean jobNameSupplied (m)

Specifies true or false depending on whether the jobName parameter is supplied.

SoftwareJobBootMask3 bootBeforeMask

Specifies the restart options requested for the software job before the job is executed. If you do not provide any value, the default value is noReboot.

xsd:boolean bootBeforeMaskSupplied

Specifies true or false depending on whether the bootBeforeMask parameter is supplied.

SoftwareJobBootMask3 bootAfterMask

Specifies the restart options requested for the software job after the job is executed. If you do not provide any value, the default value is noReboot.

xsd:boolean bootAfterMaskSupplied

Specifies true or false depending on whether the bootAfterMask parameter is supplied.

SoftwareJobOperationMask operationMask

Specifies the properties for the operation of the software job. If you do not provide any value, the default value is calendarControl.

xsd:boolean operationMaskSupplied

Specifies true or false depending on whether the operationMask parameter is supplied.

xsd:string userParameters

Specifies the user-defined parameters.

xsd:boolean userParametersSupplied

Specifies true or false depending on whether the userParameters parameter is supplied.

xsd:long orderNumber

Specifies the order number of a software job within its job container if the software job is part of that job container.

xsd:boolean orderNumberSupplied

Specifies true or false depending on whether the orderNumber parameter is supplied.

xsd:long promptTimeoutHours

Specifies the number of hours for which you want to display a user prompt before forced execution of the job starts. If you do not provide any value, the default value is 24 hours.

xsd:boolean promptTimeoutHoursSupplied

Specifies true or false depending on whether the promptTimeoutHours parameter is supplied.

xsd:string deliveryCalendar

Specifies the name of a delivery calendar to use for scheduling the job. The calendar controls the days, dates, and times when delivery is permitted. The time cells that are not set in the calendar define the exclusion intervals. If the name of the calendar is unknown to SD, the job is not created.

xsd:boolean deliveryCalendarSupplied

Specifies true or false depending on whether the deliveryCalendar parameter is supplied.

DateTime deliveryDateTime

Specifies the date and time to deliver the job. If you do not provide any value, the default value is the current date and time of the manager computer.

xsd:boolean deliveryDateTimeSupplied

Specifies true or false depending on whether the deliveryDateTime parameter is supplied.

xsd:string userMessage

Specifies the custom administrator message.

xsd:int userMessageSupplied

Checks whether or not the custom administrator message is supplied.

Remarks

None