Share via


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

2/27/2008

Indicates all asynchronous output has finished, either successfully or because output has been cleared.

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 fiscal printer state is now Idle. The FlagWhenIdle property must be true for this event to be delivered, and the property is automatically reset to false just before the event is delivered.

See Also

Reference

FiscalPrinter Class
FiscalPrinter Members
Microsoft.PointOfService Namespace
StatusUpdateEvent