AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Versión: 2025

Categoría: Windows Scheduler functions
18 resultados
Constants for managing the Windows scheduler
List of constants used by the functions for managing the Windows scheduler.
Funciones del programador de Windows
Lista de funciones para gestionar el planificador
Managing the Windows scheduler
Windows gives you the ability to schedule automatic tasks via the manager of scheduled tasks...
ScheduledTask structure
The ScheduledTask structure is used to define the characteristics of a scheduled task...
SchedulerAddTask (Example)
Usage example of the SchedulerAddTask function
SchedulerAddTask (Function)
Creates a task in the Windows scheduler (if this task does not already exist).
SchedulerAddTrigger (Función)
Crea un desencadenador para una tarea programada.
SchedulerDeleteTask (Function)
Deletes a scheduled task.
SchedulerDeleteTrigger (Function)
Deletes a trigger from a scheduled task.
SchedulerModifyTask (Function)
Modifies the parameters of a scheduled task.
SchedulerModifyTrigger (Function)
Modifies the parameters of a trigger of a scheduled task, i.e. the parameters that will define the execution of a task.
SchedulerOpenTaskProperties (Función)
Abre la página de propiedades de una tarea programada.
SchedulerReset (Function)
Populates the ScheduledTask and/or TriggerScheduledTask structures with the default values.
SchedulerTaskList (Función)
Recupera la lista de tareas programadas.
SchedulerTaskProperties (Function)
Reads the properties of a scheduled task and updates the ScheduledTask structure.
SchedulerTaskStatus (Function)
Gets or sets the status of a task created in the Windows scheduler.
SchedulerTriggerProperties (Function)
Reads the properties of trigger of a scheduled task and updates the TriggerScheduledTask structure.
TriggerScheduledTask structure
The ScheduledTask structure is used to define all the events that will define the execution of a task...