Name | Data Type | Value |
---|---|---|
Description | string | Description of a batch request that is either waiting on a BatchQueue to run, in the process of running, or that has previously run. Jobs that are completed and not recurring will NOT be associated with a BatchQueue. Jobs that are completed but recurring WILL be associated with a BatchQueue, since they are waiting to run given the scheduling information in the associated JobSettingData instance. |
Experimental | boolean | true |
UMLPackagePath | string | CIM::System::Processing |
Version | string | 2.8.1000 |
Name | Data Type | Default Value | Qualifiers | ||||
---|---|---|---|---|---|---|---|
Name | Data Type | Value | |||||
JobOrigination | string | ||||||
Description | string | Provides additional information, beyond Job Owner inherited from CIM_Job, to identify the origins of the BatchJob. This property could include information such as the System, application or Process that created the BatchJob. | |||||
Write | boolean | true | |||||
MaxCPUTime | uint32 | ||||||
Description | string | Specifies the maximum number of milliseconds of CPU time that this job can use in any individual run. | |||||
PUnit | string | second * 10^-3 | |||||
Units | string | MilliSeconds | |||||
Write | boolean | true | |||||
Name | string | ||||||
Description | string | Uniquely identifies this Job within a BatchQueue and BatchService. This property can be used in the construction of the InstanceID key inherited from ConcreteJob. | |||||
MaxLen | uint32 | 1024 | |||||
Override | string | Name | |||||
Required | boolean | true | |||||
Task | string | ||||||
Description | string | Provides the command and parameters, in string form, for the execution of this job. | |||||
TimeCompleted | datetime | ||||||
Description | string | Time when this BatchJob was completed. This value is only valid if the inherited JobState property has been set to "Completed" (value=7), "Terminated" (value=8), or "Killed" (value=9). | |||||
ModelCorrespondence | string | CIM_BatchJob.JobState |
Name | Data Type |
---|---|
Caption | string |
CommunicationStatus | uint16 |
DeleteOnCompletion | boolean |
Description | string |
DetailedStatus | uint16 |
ElapsedTime | datetime |
ElementName | string |
ErrorCode | uint16 |
ErrorDescription | string |
Generation | uint64 |
HealthState | uint16 |
InstallDate | datetime |
InstanceID | string |
JobInParameters | string |
JobOutParameters | string |
JobRunTimes | uint32 |
JobState | uint16 |
JobStatus | string |
LocalOrUtcTime | uint16 |
Notify | string |
OperatingStatus | uint16 |
OtherRecoveryAction | string |
Owner | string |
PercentComplete | uint16 |
PrimaryStatus | uint16 |
Priority | uint32 |
RecoveryAction | uint16 |
RunDay | sint8 |
RunDayOfWeek | sint8 |
RunMonth | uint8 |
RunStartInterval | datetime |
ScheduledStartTime | datetime |
StartTime | datetime |
Status | string |
TimeBeforeRemoval | datetime |
TimeOfLastStateChange | datetime |
TimeSubmitted | datetime |
UntilTime | datetime |
OperationalStatus | uint16[] |
StatusDescriptions | string[] |
Name | Return Type |
---|---|
GetError | uint32 |
GetErrors | uint32 |
KillJob | uint32 |
RequestStateChange | uint32 |