|
|
|
|
|
HDeleteTask (Function) In french: HSupprimeTâche
Available only with this kind of connection
Deletes a scheduled task from an HFSQL Client/Server server.
Syntax
<Result> = HDeleteTask(<Connection> , <Task to delete>)
<Result>: Boolean - True if the task was deleted,
- False if an error occurred. HErrorInfo is used to identify the error.
<Connection>: Character string or Connection variable Connection for which the task must be deleted. This connection corresponds to: <Task to delete>: Integer Identifier of the task to delete. This identifier is given by HAddTask and HListTask. Remarks Necessary rights To have the rights to delete a task, you must: - be the owner of the task.
- be super-user.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|