Share via


SysOperationProgressBase.getTotal Method [AX 2012]

Sets the number of steps in the process.

Syntax

public int64 getTotal([int _idx])

Run On

Called

Parameters

  • _idx
    Type: int
    The bar for which to get the number of steps; optional. Use the parameter when using more than one bar.

Return Value

Type: int64
Returns the number of steps in the operation for a specific bar.

See Also

SysOperationProgressBase Class

SysOperationProgressBase.setTotal Method

SysOperationProgressBase.setCount Method

SysOperationProgressBase.incCount Method