Share via


ReleaseUpdateBulkCopyExecute.getBatchStatus Method [AX 2012]

Gets the initial status of the bulk copy job.

Syntax

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

Server

Parameters

Return Value

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

See Also

Reference

ReleaseUpdateBulkCopyExecute Class