|
|
|
|
HManageTask (Function) In french: HGèreTâche
Available only with this kind of connection
Enables or disables a scheduled task on an HFSQL Client/Server server. This function can also be used to find out the status of a scheduled task. It gives you the ability to disable a task (during the holidays for example) then to re-enable it.
Syntax
Enabling/Disabling a scheduled task Hide the details
<Result> = HManageTask(<Connection> , <Scheduled task> [, <Enable/Disable>])
<Result>: Boolean Old task management mode (before calling HManageTask):- True if the task was enabled,
- False if the task was disabled.
<Connection>: Character string or Connection variable Connection for which the task must be managed. This connection corresponds to: <Scheduled task>: Integer Identifier of scheduled task to handle. This identifier is given by HAddTask and HListTask. <Enable/Disable>: Optional boolean - True to enable the task,
- False to disable the task.
Finding out the status of a scheduled task Hide the details
<Result> = HManageTask(<Connection> , <Scheduled task>)
<Result>: Boolean - True if the task is enabled,
- False if the task is disabled.
<Connection>: Character string or Connection variable Connection for which the task must be managed. This connection corresponds to: <Scheduled task>: Integer Identifier of scheduled task to handle. This identifier is given by HAddTask and HListTask.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|