ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / WLanguage / WLanguage functions / Mobile specific functions / Background task functions
  • Limit
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
Deletes a background task (that was added by BackgroundTaskAdd).
Example
// Suppression de la tâche en arrière-plan de traitement des emails 
BackgroundTaskDelete(ProcTraitementEmailEnArrièrePlan)
Syntax
<Result> = BackgroundTaskDelete(<WLanguage procedure>)
<Result>: Boolean
  • True if the task was deleted,
  • False otherwise. To get more details on the error, use ErrorInfo.
<WLanguage procedure>: Procedure name
Name of WLanguage procedure corresponding to the background task to delete. The name of this procedure was specified when the task was added by BackgroundTaskAdd.
Remarks

Limit

Caution: It is not possible to delete a background task that has been added automatically via procedure automations..
To delete these tasks, the corresponding option must be disabled in the window for configuring the procedure automation. The deletion will be effective during the next application start.
Business / UI classification: Business Logic
Component: wd300android.jar
Minimum version required
  • Version 23
Comments
Click [Add] to post a comment

Last update: 03/27/2025

Send a report | Local help