ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Standard functions / Windows functions / Windows Scheduler functions
  • Resetting the structures
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
Populates the ScheduledTask and/or TriggerScheduledTask structures with the default values.
Example
// Initialize the ScheduledTask and TriggerScheduledTask structures
SchedulerReset()
Syntax
SchedulerReset([<Structure to reset>])
<Structure to reset>: Optional constant (or combination of constants)
Type of the structure to reset.
schedulerResetTaskResets the ScheduledTask structure.
schedulerResetTask + schedulerResetTiming
(by default)
Resets both structures.
schedulerResetTimingResets the TriggerScheduledTask structure.
Remarks

Resetting the structures

The structures are reset in order to create a default task (identical to the one created by "New task" in the Windows scheduler): a task performed every day at 9:00 AM, stopped if the computer switches to battery power and that cannot exceed 72 hours
Business / UI classification: Business Logic
Component: wd290std.dll
Minimum version required
  • Version 10
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 12/05/2022

Send a report | Local help