| CIM_Job |
| CIM_Job is a logical element representing a unit of work for a system, such as a print job. A job is distinct from a process in that a job can be scheduled. |
| NameSpace Path |
| \ROOT\CIMV2 |
| PROPERTY | SMS_REPORT | CIMTYPE | DESCRIPTION |
| Caption | | String | The Caption property is a short textual description (one-line string) of the object. |
| Description | | String | The Description property provides a textual description of the object. |
| ElapsedTime | | DateTime | Length of time that the job has been executing. |
| InstallDate | | DateTime | The InstallDate property is datetime value indicating when the object was installed. A lack of a value does not indicate that the object is not installed. |
| JobStatus | | String | A free form string representing the job's status. |
| Name | | String | The Name property defines the label by which the object is known. When subclassed, the Name property can be overridden to be a Key property. |
| Notify | | String | User to be notified upon job completion or failure. |
| Owner | | String | User that submitted the job. |
| Priority | | UInt32 | Priority indicates the urgency or importance of execution of a job. |
| StartTime | | DateTime | Time that the job was begun. |
| Status | | String | The Status property is a string indicating the current status of the object. Various operational and non-operational statuses can be defined. Operational statuses are "OK", "Degraded" and "Pred Fail". "Pred Fail" indicates that an element may be functioning properly but predicting a failure in the near future. An example is a SMART-enabled hard drive. Non-operational statuses can also be specified. These are "Error", "Starting", "Stopping" and "Service". The latter, "Service", could apply during mirror-resilvering of a disk, reload of a user permissions list, or other administrative work. Not all such work is on-line, yet the managed element is neither "OK" nor in one of the other states. |
| TimeSubmitted | | DateTime | Time that the job was submitted. |
| UntilTime | | DateTime | Time after which the job is invalid or should be stopped. |
| SAMPLE DATA INSTANCE |
   Class does not currently contain data instances
|