AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Funciones WLanguage / Funciones estándar / Funciones de Windows / Funciones del programador de Windows
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.
Versión mínima requerida
  • Versión 10
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 23/06/2023

Señalar un error o enviar una sugerencia | Ayuda local