|
|
|
|
|
HListTask (Function) In french: HListeTâche
Available only with this kind of connection
Lists the scheduled tasks of an HFSQL Client/Server server for a given connection. Syntax
<Result> = HListTask(<Connection>)
<Result>: Character string List of scheduled tasks found on the server in the following format:
<Identifiant de la tâche 1> + TAB + <Description de la tâche 1> + TAB + ... <Tâche 1 active ou non> + TAB + <Utilisateur> + TAB + <Mois> + TAB + ... <Jour du mois> + TAB + <Jour de la semaine> + TAB + <Heure> + TAB + ... <Minute> + TAB + <Jour du mois ou jour de la semaine> + TAB + ... <Nombre exécution> + TAB + <Nom de la procédure> + EOT + ... Note: To obtain the characteristics of a job, use the HInfoTask function.. <Connection>: Character string or Connection variable Connection for which the scheduled tasks must be listed. This connection corresponds to: Remarks - To list the tasks of other users, you must have the rights to see the users (hRightSeeUser constant in HInfoServerRights and HModifyServerRights).
- To list the scheduled tasks, you must have the rights to connect (hRightsConnection or hRightsEncryptedConnection constant) to the database containing the stored procedure.
- You have the ability to use HListTask to check the existence of a task. All you have to do is check whether the task identifier is found among the tasks returned by the function.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|