ClaimedJournalPrinter.IsHeadCleaning Property
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.
Gets whether the head for the journal printer station is currently cleaning.
public:
property bool IsHeadCleaning { bool get(); };
bool IsHeadCleaning();
public bool IsHeadCleaning { get; }
var boolean = claimedJournalPrinter.isHeadCleaning;
Public ReadOnly Property IsHeadCleaning As Boolean
Property Value
Boolean
bool
True if the head is currently cleaning; otherwise false.