Share via


SyncSynchronizationProgress::show Method [AX 2012]

Displays the standard progress UI and runs an operation that is specified by the given static method on a class.

Syntax

client server public static container show(
    str _caption, 
    str _animationFile, 
    ClassId _operationClass, 
    str _operationMethod, 
   [container _input])

Run On

Called

Parameters

  • _caption
    Type: str
    The caption to be displayed for the operation.
  • _animationFile
    Type: str
    The animation to show with the progress of the operation.
  • _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