ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Web-specific functions / Miscellaneous WEBDEV 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
ExecuteDelayedProcedure (Function)
In french: ExécuteProcédureDifférée
Runs a delayed procedure (in the WEBDEV application server).
Caution: This function can only be used to run the delayed procedures associated with the delayed WEBDEV tasks. It cannot be used to run scheduled WEBDEV tasks.
Example
// The CalcTO procedure was defined
// as a delayed procedure in the code editor
ExecuteDelayedProcedure(CalcTO, 0)
Syntax
ExecuteDelayedProcedure(<WLanguage procedure> [, <Parameter 1> [... [, <Parameter N>]]])
<WLanguage procedure>: Procedure name
Name of WLanguage procedure to run. This procedure must have been defined as delayed procedure in the code editor. For more details, see Delayed procedures.
<Parameter 1>: Type of parameter
First parameter associated with the procedure.
<Parameter N>: Type of parameter
Nth parameter associated with the procedure.
Remarks
  • The execution of the procedure may fail if the procedure is already run in background task.
  • If your project uses pre-launched sessions, this function must not be used in the project initialization event. This function must be used in the "Initializing the project after connection to the site" event.
Component: wd290vm.dll
Minimum version required
  • Version 18
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help