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
AppServerDeleteScheduledTask (Function)
In french: ServeurAppliSupprimeTâchePlanifiée
Deletes a scheduled task associated with the application (site or Webservice).
Example
aScheduledTask is appServerScheduledTask
aScheduledTask.Name = "MyTask"
// Tries to delete the scheduled task whose name is "MyTask"
AppServerDeleteScheduledTask(aScheduledTask)
Syntax
<Result> = AppServerDeleteScheduledTask(<Scheduled task>)
<Result>: Boolean
  • True if the scheduled task was deleted,
  • False otherwise. To get more details on the error, use ErrorInfo with the errMessage constant.
<Scheduled task>: Associated type
Scheduled task to delete. This parameter can correspond to:
  • a variable of type appServerScheduledTask.
  • a procedure name. The scheduled task associated with the name of this procedure will be deleted.
  • the name of a scheduled task. The corresponding scheduled task will be deleted.
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