ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Standard functions / Windows functions / Miscellaneous WINDEV 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
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.
Business / UI classification: Neutral code
Component: wd290vm.dll
Minimum version required
  • Version 10
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 09/12/2023

Send a report | Local help