PosPrinter.StatusIdle Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
public const int StatusIdle = 1001;
val mutable StatusIdle : int
Public Const StatusIdle As Integer = 1001