Share via


JobStatusEvent element

The required JobStatusEvent element informs the client that a job's status has changed.

JobStatusEvent 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.)

Usage

<wprt:JobStatusEvent>
  child elements
</wprt:JobStatusEvent>

Attributes

There are no attributes.

Text value

None

Child elements

Element Description

JobStatus

Contains information about the status of the current job.

Parent elements

There are no parent elements.

Remarks

A WSD Print Service sends a JobStatusEvent element to the client when a job's status has changed. JobStatusEvent contains a JobStatus element that defines all the information that pertains to the job's current status.

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:JobStatusEvent>
 <wprt:JobStatus> data </wprt:JobStatus>
</wprt:JobStatusEvent>

See also

JobStatus

 

 

Send comments about this topic to Microsoft

Build date: 7/19/2012