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
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.
Component: wd290hf.dll
Minimum version required
  • Version 12
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help