ReleaseUpdateCockpit.isPartitionScript Method [AX 2012]
Indicates whether a script is a partition script.
Syntax
private boolean isPartitionScript(ReleaseUpdateScripts _script)
Run On
Server
Parameters
- _script
Type: ReleaseUpdateScripts Table
The upgrade script to check.
Return Value
Type: boolean
true if the script is a partition script; otherwise, false.