Type
Points at which Monitor hooks can be called.
| Name | Description |
|---|---|
| OnTrue | Call hook when condition becomes true |
| OnFalse | Call hook when condition becomes false |
| WhileTrue | Call hook while the condition is true |
| WhileFalse | Call hook while the condition is false |
| OnStop | Call hook when the Monitor is stopped |
