ReleaseUpdateExecute.getBatchStatus Method [AX 2012]

Gets the initial status of the upgrade job.

NoteNote

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

Server

Parameters

_singleScriptMode
Type: boolean
A value that indicates whether single script mode is used.

Return Value

Type: BatchStatus Enumeration
true if the job is ready; otherwise, false.

Community Additions

ADD
Show: