|
|
|
|
|
|
Categoría: Windows Scheduler functions |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
List of constants used by the functions for managing the Windows scheduler. |
|
|
|
|
|
|
Lista de funciones para gestionar el planificador |
|
|
|
|
|
|
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). |
|
|
|
|
|
|
Crea un desencadenador para una tarea programada. |
|
|
|
|
|
|
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. |
|
|
|
|
|
|
Abre la página de propiedades de una tarea programada. |
|
|
|
|
|
|
Recupera la lista de tareas programadas. |
|
|
|
|
|
|
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... |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|