ReleaseUpdateExecute.getBatchStatus Method [AX 2012]
Gets the initial status of the upgrade job.
Note |
|---|
|
The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using. |
Microsoft Dynamics AX 2012 R3
public BatchStatus getBatchStatus([boolean _singleScriptMode])
Microsoft Dynamics AX 2012 R2 (SYS)
public BatchStatus getBatchStatus([boolean _singleScriptMode])
Microsoft Dynamics AX 2012 Feature Pack (SYS)
public BatchStatus getBatchStatus()
Microsoft Dynamics AX 2012 (FPK)
public BatchStatus getBatchStatus()
Microsoft Dynamics AX 2012 (SYS)
public BatchStatus getBatchStatus()
Run On
ServerParameters
- _singleScriptMode
- Type: boolean
A value that indicates whether single script mode is used.
Community Additions
ADD
Show:
Note