ScannerState – GBG IDscan Documentation

ScannerState

The current state of the scanner.

Signature:

export declare enum ScannerState 

Enumeration Members

MemberValueDescription
BUSY"SOURCE:BUSY"The scanner service is currently busy. It may currently be in use by another agent. If this state persists check the scanner service.
CONNECTED"SOURCE:CONNECTED"The scanner service is connected and ready. You should now be able to register the scanner for this instance.
DISCONNECTED"SOURCE:DISCONNECTED"The scanner service is currently disconnected.
Was this page helpful?