ScannerError – GBG IDscan Documentation

ScannerError

The error state of the scanner.

Signature:

export declare enum ScannerError 

Enumeration Members

MemberValueDescription
IS_LOCKED"ScannerIsLocked"The scanner is currently locked for use by another agent.
IS_OFFLINE"ScannerOffline"The scanner is currently offline. Check the network connection between the scanner client and the service, and that the printer is powered on and connected to the host machine.
IS_RELEASED"ScannerIsReleased"The scanner was released by the service and is no longer available for use.
Was this page helpful?