JobTable element

The required JobTable element contains current and historical information about print jobs.

JobTable is defined in the namespace at this URI: https://schemas.microsoft.com/windows/2006/08/wdp/print and referenced by the prefix wprt. (This resource may not be available in some languages and countries.)

Usage

<wrpt:JobTable>
  child elements
</wrpt:JobTable>

Attributes

There are no attributes.

Text value

None

Child elements

Element Description

ActiveJobs

Contains a list of all currently active jobs at the printer.

JobHistory

Contains information about print jobs that have not yet completed processing.

Parent elements

There are no parent elements.

Remarks

The WSD Print Service uses a JobTable element to track all current and finished jobs submitted to the Print Service. JobTable has two job lists. The first list, ActiveJobs, holds all jobs that have not yet completed processing. The state of active jobs could be printing, pending, or stopped. The second list, JobHistory, optionally contains a subset of the most recent jobs that have finished processing. These jobs could have printed, been aborted, or failed for other reasons. The maximum number of jobs in this list depends on the device.

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 you are referencing child elements in the correct namespace.

<wprt:JobTable>
 <wprt:ActiveJobs> data </wprt:ActiveJobs>
 <wprt:JobHistory> data </wprt:JobHistory>
  ...
</wprt:JobTable>

See also

ActiveJobs

JobHistory

 

 

Send comments about this topic to Microsoft

Build date: 7/19/2012