|
|
|
|
|
HModifyScheduledOptimization (Function) In french: HModifieOptimisationPlanifiée
Available 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> = HModifyScheduledOptimization(<Connection> , <Scheduled optimization task>)
<Result>: Boolean - True if the scheduled optimization task was modified,
- False if an error occurs.
<Connection>: Character string or Connection variable Connection for which a scheduled optimization task must be modified. This connection corresponds to: <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. Note: If the server is off, the scheduled task will not be performed.. The scheduled task will be performed at the next available date when the server is switched on.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|