Class WorkerLogOnStatusChangedMessage
- Namespace
- Acuit.Pinpoint.Workstation.Messaging
- Assembly
- Acuit.Pinpoint.Workstation.Abstractions.dll
The message raised by the IMessenger service when the active IWorkerAtStation's WorkerLogOnStatus changes due to a shift changing while the worker remains logged in.
public class WorkerLogOnStatusChangedMessage : WorkerStationEventMessage
- Inheritance
-
WorkerLogOnStatusChangedMessage
- Inherited Members
Constructors
WorkerLogOnStatusChangedMessage(IWorkerAtStation)
Initializes a new instance of the WorkerLogOnStatusChangedMessage class.
public WorkerLogOnStatusChangedMessage(IWorkerAtStation workerAtStation)
Parameters
workerAtStationIWorkerAtStationThe worker at the station.
Exceptions
- ArgumentNullException
workerAtStationis null.