ScanStatus Class
Represents statuses of scanning operation.
Item Index
Properties
- Busy static
- Failed static
- Successful static
Properties
Busy
Number
final
static
Indicates that scanning can not be performed because scanner is busy.
Default: 2
Failed
Number
final
static
Indicates that scanning failed.
Default: 0
Successful
Number
final
static
Indicates that scanning completed successfully.
Default: 1