|
|
|
|
|
|
Category: Windows Scheduler functions |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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... |
|
|
|
|
|
|
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. |
|
|
|
|
|
|
Retrieves the list of scheduled tasks. |
|
|
|
|
|
|
Gets or sets the status of a task created in the Windows scheduler. |
|
|
|
|
|
|
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 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|