PollData poll()
Gets PollData for proper display of an informational cleaning operation page.
Security
Trust Level Required: Full Trust
Return
A PollData class, or null if cleaning mode is not active.
Remarks
This function is only valid during an active cleaning operation (when a staff member has entered cleaning mode and is cleaning the kiosk). Typically, you would do this from the KioClean page, which is located in the Assets directory. See that page for implementation details.
Example
var pollData = KioClean.poll();
Requirements
KioWare for Windows version 8.25 or greater.