JobSummary element
The optional JobSummary element contains a summary for one currently active job in the printer.
JobSummary is defined in the namespace at this URI: https://schemas.microsoft.com/windows/2005/05/wdp/print and referenced by the prefix wprt. (This resource may not be available in some languages and countries.)
<wprt:JobSummary>
child elements
</wprt:JobSummary>
There are no attributes.
None
Element | Description |
---|---|
Uniquely identifies a job on a printer. |
|
Specifies the user-friendly name of the job submitted by a client. |
|
Specifies the name of the user who submitted the print job. |
|
Specifies the current state or the completion state of the job. |
|
Contains all additional information about why the job is in its current state. |
|
Specifies the total amount of document content that has been processed by the printer. |
|
Specifies the number of media sheets the printer has completed and stacked for the job so far. |
|
Specifies the number of documents in the current job. |
Element | Description |
---|---|
Contains a list of all currently active jobs at the printer. |
The Print Service embeds one JobSummary element within the ActiveJobs element for every currently active job in the printer. ActiveJobs is empty when there are no currently active jobs. The Print Service returns this list from GetActiveJobsResponse.
The following syntax block shows that you must also prefix the names of the child elements with the appropriate namespace (in this case wprt), to be certain that your name references apply to child elements in the correct namespace.
<wprt:JobSummary>
<wprt:JobId> data </wprt:JobId>
<wprt:JobState> data </wprt:JobState>
<wprt:JobStateReasons> data </wprt:JobStateReasons>
...
</wprt:JobSummary>
Send comments about this topic to Microsoft
Build date: 7/19/2012