ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / Managing databases / HFSQL / HFSQL Client/Server functions
  • Necessary rights
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>.DeleteTask (Function)
In french: <Variable Connexion>.SupprimeTâche
HFSQL Client/ServerAvailable only with this kind of connection
Deletes a scheduled task from an HFSQL Client/Server server.
Syntax
<Result> = <Connection>.DeleteTask(<Task to delete>)
<Result>: Boolean
  • True if the task was deleted,
  • False if an error occurred. HErrorInfo is used to identify the error.
<Connection>: Connection variable
Name of the Connection variable that describes the connection for which the task must be deleted.
<Task to delete>: Integer
Identifier of the task to delete. This identifier is given by <Connection variable>.AddTask and <Connection variable>.ListTask.
Remarks

Necessary rights

To have the rights to delete a task, you must:
  • be the owner of the task.
  • be super-user.
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