Share via


SyncSynchronizationProgress.resetSteps Method [AX 2012]

Resets the progress indicator position to the start and sets the total steps of the operation.

Syntax

public void resetSteps(int _totalSteps, [str _status])

Run On

Called

Parameters

  • _totalSteps
    Type: int
    The number of total steps of the operation.
  • _status
    Type: str
    The status text; optional.

See Also

Reference

SyncSynchronizationProgress Class