ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Web-specific functions / WEBDEV scheduled task 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
AppServerListScheduledTask (Function)
In french: ServeurAppliListeTâchePlanifiée
Returns the list of scheduled tasks for the application (site or Webservice).
Example
FOR EACH AScheduledTask OF AppServerListScheduledTask()
Trace(AScheduledTask.Name)
END
Syntax
<Result> = AppServerListScheduledTask()
<Result>: Array of appServerScheduledTask variables
Array of appServerScheduledTask variables corresponding to the scheduled tasks of the application (site or Webservice).
Remarks
If the application (site or Webservice) has no scheduled tasks, the function returns an empty array.
Component: wd290page.dll
Minimum version required
  • Version 22
Comments
Click [Add] to post a comment

Last update: 06/23/2022

Send a report | Local help