|
|
|
|
fTrackStop (Function) In french: fSurveilleStop
// Stop all current monitoring tasks of the "C:\Test\Important folders" directory IF NOT fTrackStop("C:\Test\Important folders") THEN Error("No monitoring was enabled") ELSE Info("Monitoring task stopped") END
Syntax
<Result> = fTrackStop(<Element name>)
<Result>: Boolean - True if the active monitoring task was stopped,
- False otherwise (no monitoring found).
<Element name>: Character string Full name of the file or directory to use.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|