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
Windows Scheduler management functions
The following functions are used to manage the Windows scheduler:
SchedulerAddTaskCreates a task in the Windows scheduler (if this task does not already exist).
SchedulerAddTriggerCreates a trigger for a scheduled task.
SchedulerDeleteTaskDeletes a scheduled task.
SchedulerDeleteTriggerDeletes a trigger from a scheduled task.
SchedulerModifyTaskModifies the parameters of a scheduled task.
SchedulerModifyTriggerModifies the parameters of a trigger of a scheduled task, i.e. the parameters that will define the execution of a task.
SchedulerOpenTaskPropertiesOpens the property page of a scheduled task.
SchedulerResetPopulates the ScheduledTask and/or TriggerScheduledTask structures with the default values.
SchedulerTaskListRetrieves the list of scheduled tasks.
SchedulerTaskPropertiesReads the properties of a scheduled task and updates the ScheduledTask structure.
SchedulerTaskStatusGets or sets the status of a task created in the Windows scheduler.
SchedulerTriggerPropertiesReads the properties of trigger of a scheduled task and updates the TriggerScheduledTask structure.
Related Examples:
The Scheduled Tasks functions Unit examples (WINDEV): The Scheduled Tasks functions
[ + ] Using the SchedulerXXX functions.
You have the ability to see the list of scheduled tasks, to add some, to modify them.
You also have the ability to schedule the times as well as the different parameters of the scheduled task such as the fill options or the options regarding the end of execution for the scheduled task.
Minimum version required
  • Version 10
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 06/23/2023

Send a report | Local help