Share via


SyncSynchronizationProgress Class [AX 2012]

Syntax

class SyncSynchronizationProgress extends Object

Run On

Called

Methods

  Method Description
Gg922768.pubmethod(en-us,AX.60).gif addSteps Adds additional steps to the current progress operation.
Gg922768.privmethod(en-us,AX.60).gif attachControls
Gg922768.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Gg922768.privmethod(en-us,AX.60).gif continueOperation
Gg922768.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Gg922768.pubmethod(en-us,AX.60).gif getInput Gets the input that is passed into the operation during initialization.
Gg922768.privmethod(en-us,AX.60).gif getOutput Gets the output that is returned from the operation.
Gg922768.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Gg922768.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Gg922768.pubmethod(en-us,AX.60).gif incrementStep Moves the current step of the progress operation by the given delta and updates the specified status message.
Gg922768.privmethod(en-us,AX.60).gif monitorProgress
Gg922768.privmethod(en-us,AX.60).gif new Initializes a new instance of the Object class. (Overrides the new Method.)
Gg922768.pubmethod(en-us,AX.60).gif notify Releases the hold on an object that has called the wait method on this object. (Inherited from Object.)
Gg922768.pubmethod(en-us,AX.60).gif notifyAll Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.)
Gg922768.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Gg922768.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Gg922768.pubmethod(en-us,AX.60).gif resetSteps Resets the progress indicator position to the start and sets the total steps of the operation.
Gg922768.pubmethod(en-us,AX.60).gif setOutput Sets the output parameter to be returned from the operation.
Gg922768.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Gg922768.protmethod(en-us,AX.60).gif startOperation
Gg922768.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Gg922768.privmethod(en-us,AX.60).gif transferProgressData
Gg922768.privmethod(en-us,AX.60).gif updateControls
Gg922768.pubmethod(en-us,AX.60).gif usageCount Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.)
Gg922768.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Gg922768.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Gg922768.pubmethod(en-us,AX.60).gif Gg922768.static(en-us,AX.60).gif ::blank Gets a blank instance of the progress.
Gg922768.privmethod(en-us,AX.60).gif Gg922768.static(en-us,AX.60).gif ::createStandardForm
Gg922768.pubmethod(en-us,AX.60).gif Gg922768.static(en-us,AX.60).gif ::run Runs a progress operation and updates the given controls
Gg922768.pubmethod(en-us,AX.60).gif Gg922768.static(en-us,AX.60).gif ::show Displays the standard progress UI and runs an operation that is specified by the given static method on a class.
Gg922768.protmethod(en-us,AX.60).gif Gg922768.static(en-us,AX.60).gif ::showInternal
Gg922768.privmethod(en-us,AX.60).gif Gg922768.static(en-us,AX.60).gif ::transferThread

Top

Inheritance Hierarchy

Object Class
  SyncSynchronizationProgress Class