Not
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Specifies the mode in which the session is running.
Syntax
ExecutionMode := CURRENTEXECUTIONMODE
Property Value/Return Value
Type: ExecutionMode
The execution mode is one of the following:
Debug
Standard
Remarks
If you start the Microsoft Dynamics NAV Windows client at a command prompt and use the –debug parameter, then the execution mode is Debug. Otherwise, the execution mode is Standard.
Example
This example requires that you create a variable named Mode that has a DataType of ExecutionMode.
Mode := CURRENTEXECUTIONMODE;
MESSAGE('Current execution mode is %1.', Mode);