Share via


SyncSynchronizationProgress.incrementStep Method [AX 2012]

Moves the current step of the progress operation by the given delta and updates the specified status message.

Syntax

public void incrementStep([str _status, int _delta])

Run On

Called

Parameters

  • _status
    Type: str
    The status text, optional.
  • _delta
    Type: int
    The number of steps to be move; optional.

See Also

Reference

SyncSynchronizationProgress Class