ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Standard functions / Windows functions / Windows Scheduler 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
SchedulerTaskList (Function)
In french: PlanificateurListeTâche
Retrieves the list of scheduled tasks.
Example
// Fill LIST_TaskList with the name of the different scheduled tasks
ListAdd(LIST_TaskList, SchedulerTaskList())
Syntax
<Result> = SchedulerTaskList()
<Result>: Character string
  • List of task names separated by CR characters (Carriage Return),
  • Empty string ("") if there is no scheduled task or if an error occurred.
Business / UI classification: Business Logic
Component: wd290std.dll
Minimum version required
  • Version 10
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 08/26/2022

Send a report | Local help