Previous Topic: SoftwareJobOperationMask2Next Topic: SoftwareJobOrderProperties3


SoftwareJobOrderProperties

This sequence of elements describes the properties of a software job order.

DateTime executionDate

The date and time at which the job will be activated. If not supplied, the default value is the current date and time of the manager computer.

xsd:boolean executionDateSupplied
xsd:long timeOutHours

The time in hours after which time, if the job has been unable to complete, the job will cease attempts to complete. If not set, the default is 48.

xsd:boolean timeOutHoursSupplied
SoftwareJobStartupTime startWhen

Properties that indicate when the software job should be started. If not set, the default value is EXACT_LOCAL_TIME.

xsd:boolean startWhenSupplied
xsd:string jobName (m)

The name of the software job with which this order is associated.

xsd:boolean jobNameSupplied (m)
SoftwareJobBootMask bootBeforeMask

Indicates the reboot options requested for the software job before the job is executed. If not set, the default value is noReboot.

xsd:boolean bootBeforeMaskSupplied
SoftwareJobBootMask bootAfterMask

This element indicates the reboot options requested for the software job after the job is executed. If not set, the default value is noReboot.

xsd:boolean bootAfterMaskSupplied
SoftwareJobOperationMask operationMask

Properties for the operation of the software job. If not set, the default value is calendarControl

xsd:boolean operationMaskSupplied
xsd:string userParameters

Contains user-defined parameters.

xsd:boolean userParametersSupplied
xsd:long orderNumber

The order number of the job within its job container.

xsd:boolean orderNumberSupplied
xsd:long promptTimeoutHours

This indicates the number of hours for which a user prompt should be displayed before forced execution of the job. The default value is 1 day. Set this parameter to a value that does not exceed the timeout value for the job. If not set, the default value is 48.

xsd:boolean promptTimeoutHoursSupplied
xsd:string deliveryCalendar

The name of a Unicenter delivery calendar to be used for scheduling the job. The calendar works as ordinary Unicenter calendars, to control the days, dates and times when delivery is permitted. The time cells not set in the Unicenter Calendar define the exclusion intervals.

If you try to define a calendar that is unknown to Unicenter, the job is not created.

xsd:boolean deliveryCalendarSupplied
DateTime deliveryDateTime

The date and time at which the job was delivered. If not set, the default value is the current date and time of the manager computer.

xsd:boolean deliveryDateTimeSupplied

Remarks

None