Skip to content

Latest commit

 

History

History
34 lines (28 loc) · 1.19 KB

navapp-isinstalling-method.md

File metadata and controls

34 lines (28 loc) · 1.19 KB
title description ms.author ms.date ms.topic author ms.reviewer
NavApp.IsInstalling() Method
Returns **true** if the application that contains the AL object that is currently running is being installed, otherwise it returns **false**.
solsen
05/14/2024
reference
SusanneWindfeldPedersen
solsen

NavApp.IsInstalling() Method

Version: Available or changed with runtime version 1.0.

Returns true if the application that contains the AL object that is currently running is being installed, otherwise it returns false.

Syntax

Result :=   NavApp.IsInstalling()

Return Value

Result
 Type: Boolean
true if the application that contains the AL object that is currently running is being installed, otherwise false.

See Also

NavApp Data Type
Get Started with AL
Developing Extensions