Table of Contents

Enum BarCodeScanPriority

Namespace
Acuit.Pinpoint.Workstation
Assembly
Acuit.Pinpoint.Workstation.Interfaces.dll

Bar code scan event routing priority.

public enum BarCodeScanPriority

Fields

Inactive = 0

Inactive. Handlers with the priority will not be called.

Low = 1

Low priority. Handlers with the priority will be called last.

Normal = 5

Normal priority. Most handlers should use this priority.

Preview = 10

Event preview priority. Handlers with the priority will be called first.