Method Pike.Watchdog()->add_probe()
- Method add_probe
void add_probe(function(void:bool) f)
- Description
Add additional functions to be called each time the watchdog is checked. If any of the probes return false, the watchdog will trigger.
void add_probe(function(void:bool) f)
Add additional functions to be called each time the watchdog is checked. If any of the probes return false, the watchdog will trigger.