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
Reads the description of a scheduled task.
Example
// Checks whether the scheduled task is enabled
let MyAppServerScheduledTask = AppServerInfoScheduledTask(MyProc)
IF MyAppServerScheduledTask.Enabled THEN
// Code of IF
END
Syntax
<Result> = AppServerInfoScheduledTask(<Scheduled task>)
<Result>: appServerScheduledTask variable
appServerScheduledTask variable containing the description of scheduled task.
<Scheduled task>: Character string
Corresponds to:
  • a procedure name: the procedure name is used to find the task name.
  • the task name.
Remark: To handle the scheduled task defined in edit on procedure, the easiest method consists in using the procedure as parameter.
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