ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / WLanguage / Managing databases / HFSQL / HFSQL Client/Server functions
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
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.
Component: wd300hf.dll
Minimum version required
  • Version 12
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 09/20/2024

Send a report | Local help