Monitor( id, initialState, table, func, arg )

constructor

Create a new Monitor.

Arguments

Name Type Description
id String Identifier for the new Monitor
initialState Boolean Initial state - can affect the order hooks are called
table Table Table for the condition function
func Function Condition function
arg Any Argument for condition function

Returns

Type Description
Monitor The new Monitor