JobStatus element

The required JobStatus element contains all information about the status of the current scan job.

Usage

<wscn:JobStatus>
  child elements
</wscn:JobStatus>

Attributes

There are no attributes.

Child elements

Element
JobCompletedTime
JobCreatedTime
JobId
JobState
JobStateReasons
ScansCompleted

Parent elements

| Job |

Remarks

JobStatus child elements are maintained through automata. The WSD Scan Service should update JobStatus elements accordingly as it processes a job. A client operation, such as CancelJobRequest, can indirectly affect job status.

The WSD Scan Service notifies a client about changes to a job's status through a JobStatusEvent event element. The WSD Scan Service should generate a JobStatusEvent element for every change to all JobStatus child elements.

A client can query for job status through the GetJobElementsRequest operation.

See also

CancelJobRequest

GetJobElementsRequest

Job

JobCompletedTime

JobCreatedTime

JobId

JobState

JobStateReasons

JobStatusEvent

ScansCompleted