ReleaseUpdateDB::isScriptStageInPlace Method [AX 2012]

Detects if a upgrade script stage is an In-Place stage.

server public static boolean isScriptStageInPlace(ReleaseUpdateScriptStage _scriptStage)

Run On

Server

Parameters

_scriptStage
Type: ReleaseUpdateScriptStage Enumeration
Upgrade script stage.

Return Value

Type: boolean
Returns true if the upgrade script stage is an In-Place stage.
Show: