Skip to content

Latest commit

 

History

History
68 lines (46 loc) · 1.64 KB

File metadata and controls

68 lines (46 loc) · 1.64 KB
title description keywords topic_type ms.topic api_name api_type ms.date
ScannerState Element
The required ScannerState element identifies the current state of the scanning portion of the scan device.
ScannerState element Imaging Devices
apiref
reference
wscn ScannerState
Schema
05/02/2023

ScannerState element

The required ScannerState element identifies the current state of the scanning portion of the scan device.

Usage

<wscn:ScannerState>
  text
</wscn:ScannerState>

Attributes

There are no attributes.

Text value

Required. One of the following string values.

Value Description
Idle The scanner is available and can start processing a new job.
Processing The scanner is currently processing jobs.
Stopped No jobs can be processed and intervention is needed.

Child elements

There are no child elements.

Parent elements

Element
ScannerStatus
StatusSummary

Remarks

GetScannerElementsRequest

The WSD Scan Service informs a client about changes to the scanner's status by sending a ScannerStatusSummaryEvent event. A client can directly query the scanner's state by calling the GetScannerElementsRequest operation.

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

See also

GetScannerElementsRequest

ScannerStatus

ScannerStatusSummaryEvent

StatusSummary