AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Este contenido se ha traducido automáticamente.  Haga clic aquí  para ver la versión en inglés.
Ayuda / WLanguage / Funciones WLanguage / Funciones específicas para móviles / Funciones de tareas en segundo plano
  • Limit
WINDEV
WindowsLinuxJavaReportes y ConsultasCódigo de Usuario (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Código Navegador
WINDEV Mobile
AndroidWidget Android iPhone/iPadIOS WidgetApple WatchMac Catalyst
Otros
Procedimientos almacenados
Deletes a background task (that was added by BackgroundTaskAdd).
Ejemplo
// Delete the background task for processing emails
BackgroundTaskDelete(ProcBackgroundEmailProcess)
Sintaxis
<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.
Observaciones

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.
Clasificación Lógica de negocio / UI: Lógica de negocio
Componente: wd300android.jar
Versión mínima requerida
  • Versión 23
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 27/03/2025

Señalar un error o enviar una sugerencia | Ayuda local