Share via


PosPrinter.StatusIdle Field (POS for .NET v1.12 SDK Documentation)

2/27/2008

Indicates all asynchronous output is finished, either successfully or because the output has been cleared. The printer State property is now set to ControlState.Idle.

Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)

Syntax

'Declaration
Public Const StatusIdle As Integer
public const int StatusIdle
public:
literal int StatusIdle
public static final int StatusIdle
public const var StatusIdle : int

Remarks

The FlagWhenIdle property must be set to true for this event to be delivered, and the property is automatically reset to false only before the event is delivered.

See Also

Reference

PosPrinter Class
PosPrinter Members
Microsoft.PointOfService Namespace
FlagWhenIdle