ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / Managing databases / HFSQL / HFSQL Client/Server functions
  • Necessary rights
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
<Connection variable>.ModifyScheduledOptimization (Function)
In french: <Variable Connexion>.ModifieOptimisationPlanifiée
HFSQL Client/ServerAvailable only with this kind of connection
Modifies a scheduled optimization task on the HFSQL server defined by the connection. This task is found in an advanced hScheduledOptimization variable.
Syntax
<Result> = <Connection>.ModifyScheduledOptimization(<Scheduled optimization task>)
<Result>: Boolean
  • True if the scheduled optimization task was modified,
  • False if an error occurred.
<Connection>: Connection variable
Name of the Connection variable that describes the connection for which a scheduled optimization task must be modified.
<Scheduled optimization task>: hScheduledOptimization variable
Name of the hScheduledOptimization variable used.
Remarks

Necessary rights

To modify a task, you must have:
  • the corresponding rights (hRightsManageTask constant) on the server,
  • the rights to run the command linked to the scheduled task.
The task will be run with the account of user who created the task.
Remark: The scheduled task will not be performed if the server is switched off. The scheduled task will be performed at the next available date when the server is switched on.
Component: wd290hf.dll
Minimum version required
  • Version 25
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 07/06/2023

Send a report | Local help