Skip to content

Latest commit

 

History

History
76 lines (53 loc) · 2.21 KB

File metadata and controls

76 lines (53 loc) · 2.21 KB
title description keywords topic_type ms.topic api_name api_type ms.date
JobState Element
The required JobState element specifies the current state of the job.
JobState element Imaging Devices
apiref
reference
wscn JobState
Schema
09/27/2021

JobState element

The required JobState element specifies the current state of the job.

Usage

<wscn:JobState>
  text
</wscn:JobState>

Attributes

There are no attributes.

Text value

Required. One of the following values:

Term Description
Aborted The system aborted the job.
Canceled The job was canceled by a client that is using the CancelJobRequest operation or by means outside the scope of the WSD Scan Service.
Completed The job is finished processing and all of the image data has been sent to the client.
Creating The job is being initialized.
Held The job is waiting to be processed but is unavailable for scheduling. The job can reach this state only by methods outside the scope of the WSD Scan Service.
Pending The job has been initialized and is waiting to be processed.
Processing The job data is being digitized, transformed, or transferred.
Started The scan device has started processing the job. This state is a transient state and will typically be seen only with a JobStatusEvent event.
Terminating The job was canceled by either a client-initiated CancelJobRequest operation or aborted by means outside the scope of the WSD Scan Service.

Child elements

There are no child elements.

Parent elements

Element
JobStatus
JobSummary

Remarks

When the JobState element is contained in a JobEndStateEvent event or JobHistory element, JobState represents the completed state of a job. Otherwise, JobState specifies the current state of the job.

You can both extend and subset the allowed values for this element.

See also

CancelJobRequest

JobEndStateEvent

JobHistory

JobStatus

JobStatusEvent

JobSummary