PrinterStatusX extension

Extension on the PrinterConnectionStatus enumeration providing helper properties to check the connection status.

on

Properties

isConnected bool

Available on PrinterConnectionStatus, provided by the PrinterStatusX extension

Checks if the connection status is PrinterConnectionStatus.connected.
no setter
isDisconnected bool

Available on PrinterConnectionStatus, provided by the PrinterStatusX extension

Checks if the connection status is PrinterConnectionStatus.disconnected.
no setter
isInitial bool

Available on PrinterConnectionStatus, provided by the PrinterStatusX extension

Checks if the connection status is PrinterConnectionStatus.initial.
no setter
isLoading bool

Available on PrinterConnectionStatus, provided by the PrinterStatusX extension

Checks if the connection status is PrinterConnectionStatus.loading.
no setter