Table of Contents

Class UnitReadyForOperatorMessage

Namespace
Acuit.Pinpoint.Workstation.Messaging
Assembly
Acuit.Pinpoint.Workstation.Abstractions.dll

The message raised by the IMessenger service when a unit has been scanned, its components have been scanned, and Acuit Pinpoint Workstation is waiting for the operator.

public class UnitReadyForOperatorMessage : UnitEventMessage
Inheritance
UnitReadyForOperatorMessage
Inherited Members

Remarks

This event will only be raised for manned workstations, as automated workstations never enter this state.

Constructors

UnitReadyForOperatorMessage(IUnitAtStation)

Initializes a new instance of the UnitReadyForOperatorMessage class.

public UnitReadyForOperatorMessage(IUnitAtStation unitAtStation)

Parameters

unitAtStation IUnitAtStation

The IUnitAtStation representing the unit at the station.

Exceptions

ArgumentNullException

unitAtStation is null.