ClaimedSlipPrinter.IsHeadCleaning Property

Definition

Gets whether the slip printer station is currently cleaning its print head.

public:
 property bool IsHeadCleaning { bool get(); };
bool IsHeadCleaning();
public bool IsHeadCleaning { get; }
var boolean = claimedSlipPrinter.isHeadCleaning;
Public ReadOnly Property IsHeadCleaning As Boolean

Property Value

Boolean

bool

True if the slip printer station is currently cleaning its print head; otherwise, false.

Implements

Applies to

See also