Introduction
Base class for Status Condition activation plugins
Fields#
| Name | Description |
|---|---|
| On Condition True | Event raised when condition is true |
| On Condition False | Event raised when condition is false |
| On Condition Changed | Event raised when condition value changes |
Properties#
| Name | Description |
|---|---|
| condition | Status Condition to activate |
| host | Host of Status Condition |
| initialized | Get initialization state |
| isMonitoring | Get if plugin is monitoring condition |
| isTrue | Get if condition is true |
| icon | Icon associated with the plugin |
| title | Title of the plugin |
| titlebarText | Text to display in the titlebar for the plugin |
| description | Description of the plugin |
Methods#
| Name | Description |
|---|---|
| Initialize | Initialize the condition and set references |
| StartChecking | Start checking if the condition is true |
| StopChecking | Stop checking if the condition is true |