Interface IWorkstationStatus
- Namespace
- Acuit.Pinpoint.Workstation
- Assembly
- Acuit.Pinpoint.Workstation.Interfaces.dll
A workstation status.
public interface IWorkstationStatus : IDisposable
- Inherited Members
Properties
Message
Gets or sets the status message.
string Message { get; set; }
Property Value
Methods
Pop()
Pops this status message.
void Pop()
Remarks
This and Dispose() both pop this status message. Subsequent calls to either will have no effect.