info("filesystemmonitors")
The info(“filesystemmonitors”) function lists the active file system monitors.
Description
This function lists the active file system monitors (that have been started with with the startfilesystemmonitor statement. The list is carriage return separated, one monitor name per line.
See Also
- changetimer -- modifies a repeating task that will be performed periodically when Panorama is not otherwise busy.
- info("timerinfo") -- returns a dictionary that contains all of the properties of the currently running timer.
- info("timers") -- returns a carriage return separated list of all active timers.
- startfilesystemmonitor -- sets up and starts a repeating task that will be performed whenever a file and/or folder is modified.
- starttimer -- sets up and starts a repeating task that will be performed periodically when Panorama is not otherwise busy.
- stopfilesystemmonitor -- stops a repeating task that has been set up to be performed whenever a file and/or folder is modified.
- stoptimer -- stops and deletes a timer that was set up with the StartTimer statement.
- Timer Workshop -- provides a tool for monitoring timers and testing timer configurations.
- timerexists( -- checks to see whether a timer exists.
- timerinfo( -- returns a dictionary that contains all of the properties of a timer.
History
10.2 | New | New in this version. |