Share via


SyncSynchronizationProgress::run Method [AX 2012]

Runs a progress operation and updates the given controls

Syntax

client server public static container run(
    FormProgressControl _progressControl, 
    FormStaticTextControl _statusControl, 
    ClassId _operationClass, 
    str _operationMethod, 
   [container _input])

Run On

Called

Parameters

  • _operationMethod
    Type: str
    The static method to execute.
  • _input
    Type: container
    Optional input to the method

Return Value

Type: container
Any output that is returned from the method.

See Also

Reference

SyncSynchronizationProgress Class