ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / Managing databases / HFSQL / HFSQL Client/Server functions
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
<Connection variable>.ManageTask (Function)
In french: <Variable Connexion>.GèreTâche
HFSQL Client/ServerAvailable 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> = <Connection>.ManageTask(<Scheduled task> [, <Enable/Disable>])
<Result>: Boolean
Old task management mode (before calling <Connection variable>.ManageTask):
  • True if the task was enabled,
  • False if the task was disabled.
<Connection>: Connection variable
Name of the Connection variable that describes the connection for which the task must be managed.
<Scheduled task>: Integer
Identifier of scheduled task to handle. This identifier is given by <Connection variable>.AddTask and <Connection variable>.ListTask.
<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> = <Connection>.ManageTask(<Scheduled task>)
<Result>: Boolean
  • True if the task is enabled,
  • False if the task is disabled.
<Connection>: Connection variable
Name of the Connection variable that describes the connection for which the task must be managed.
<Scheduled task>: Integer
Identifier of scheduled task to handle. This identifier is given by <Connection variable>.AddTask and <Connection variable>.ListTask.
Component: wd290hf.dll
Minimum version required
  • Version 25
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 07/06/2023

Send a report | Local help