Monitor

A monitor calls a user provided function to monitor a condition - when the condition changes hooked callback functions will be called.

Properties

Name Type Access Description
hooks Table of MonitorHooks R All currently registered hooks
id String R Identifier of the Monitor
state Boolean R The current state of the Monitor condition

Functions and Enumerations