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
Warning
From version 2024, fTrackStopAll is kept for backward compatibility. This function has been replaced with fWatchStopAll.
Stops all current watch tasks of files and directories. The watch task could have been started with fWatchFile or fWatchDirectory.
Example
// Stop all current watch tasks
IF NOT fWatchStopAll() THEN
	Error("No watch task has been started.")
ELSE
	Info("Watch task stopped successfully.")
END
Syntax
<Result> = fWatchStopAll()
<Result>: Boolean
  • True if all active watch tasks have been stopped,
  • False otherwise (no watch task was found).
Component: wd290std.dll
Minimum version required
  • Version 18
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 03/29/2024

Send a report | Local help