stopfilesystemmonitor
NAME
The stopfilesystemmonitor statement stops a repeating task that has been set up to be performed whenever a file and/or folder is modified.
Parameters
This statement has one parameter:
name – specifies the name of the monitor task to be stopped.
Description
This statement stops a repeating task that has been set up with the startfilesystemmonitor statement. See the documentation for that statement for further details.
See Also
- changetimer -- modifies a repeating task that will be performed periodically when Panorama is not otherwise busy.
- info("filesystemmonitors") -- lists the active file system monitors.
- 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.
- 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. |