|
GseosMonitor.TMonitor
|
Previous Top Next |
| Parameter | Description
|
| strName | The unique name identifies the monitor. This is the name you will see in the GSEOS Explorer.
|
| fMonitor | Your monitor function. It takes one parameter which is the block that triggers the monitor (if you register the monitor for more than one block you can use this parameter to determine the source block). If this function throws an exception the monitor is terminated.
|
| TypeError | The monitor name has to be a string.
|
| MonitorError | The fMonitor parameter has to be a callable object.
|