ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Standard functions / External file functions
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Stops all current monitoring tasks on files and directories. The monitoring task could have been started with fTrackFile or fTrackDirectory.
Example
// Stop all current monitoring tasks
IF NOT fTrackStopAll() THEN
Error("No monitoring task has been started.")
ELSE
Info("Monitoring stopped successfully.")
END
Syntax
<Result> = fTrackStopAll()
<Result>: Boolean
  • True if all the active monitoring tasks have been stopped,
  • False otherwise (no monitoring found).
Component: wd290std.dll
Minimum version required
  • Version 18
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 08/23/2022

Send a report | Local help