ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2024

Category: Windows Scheduler functions
18 results
List of constants used by the functions for managing the Windows scheduler.
Windows gives you the ability to schedule automatic tasks via the manager of scheduled tasks...
The ScheduledTask structure is used to define the characteristics of a scheduled task...
Usage example of the SchedulerAddTask function
Creates a task in the Windows scheduler (if this task does not already exist).
Creates a trigger for a scheduled task.
Deletes a scheduled task.
Deletes a trigger from a scheduled task.
Modifies the parameters of a scheduled task.
Modifies the parameters of a trigger of a scheduled task, i.e. the parameters that will define the execution of a task.
Opens the property page of a scheduled task.
Populates the ScheduledTask and/or TriggerScheduledTask structures with the default values.
Retrieves the list of scheduled tasks.
Reads the properties of a scheduled task and updates the ScheduledTask structure.
Gets or sets the status of a task created in the Windows scheduler.
Reads the properties of trigger of a scheduled task and updates the TriggerScheduledTask structure.
The ScheduledTask structure is used to define all the events that will define the execution of a task...
List of functions for managing the scheduler