ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Standard functions / Windows functions / Miscellaneous WINDEV functions
  • Availability of the function
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
Indicates whether the code is run from a delayed procedure or from a scheduled task on the WEBDEV Application Server.
Example
IF NOT InDelayedProcedureMode() THEN
...
END
Syntax
<Result> = InDelayedProcedureMode()
<Result>: Boolean
  • True if the current code:
    • is in a procedure started by ExecuteDelayedProcedure or is started as a scheduled task by the WEBDEV Application Server
    • is directly or indirectly called by a procedure started by ExecuteDelayedProcedure or is started as a scheduled task by the WEBDEV Application Server.
  • False otherwise.
WEBDEV - Browser code This parameter always corresponds to False.
Remarks

Availability of the function

InDelayedProcedureMode can be used in all IDEs to allow for cross-platform code. Functions or procedures that use InDelayedProcedureMode can be shared between several products without generating any compilation error.
Business / UI classification: Neutral code
Component: wd290vm.dll
Minimum version required
  • Version 18
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 06/09/2022

Send a report | Local help