AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Funciones WLanguage / Funciones estándar / Funciones de Windows / Funciones varias de WINDEV
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
EndAutomatedProcedure (Function)
In french: FinAutomatismeProcédure
Stops the current or forthcoming execution of an automatic procedure (defined by the properties of the procedure in the code editor). This automatic procedure can be:
  • an automatic procedure not run
  • a delayed procedure
  • a recurring procedure
  • a procedure in an independent thread.
Example
// The CheckInput procedure is an automatic delayed procedure called
// whenever an edit control is modified. 
// In the "Whenever the control is modified" code, the automatic procedure
// is stopped and restarted manually
EndAutomatedProcedure(CheckInput)
CheckInput(MySelf)
Syntax
EndAutomatedProcedure([<WLanguage procedure>])
<WLanguage procedure>: Optional procedure name
Name of the automatic procedure to stop. If this parameter is not specified, the current procedure is stopped.
AndroidAndroid Widget Java The procedure currently run will continue until its end is reached. Only the repetition will be stopped.
Business / UI classification: Neutral code
Component: wd290vm.dll
Versión mínima requerida
  • Versión 10
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 12/09/2023

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