Share via


SysOperationProgressEmbedded Class [AX 2012]

The SysOperationProgressEmbedded class enables you to put an operation progress bar on your own form.

Syntax

class SysOperationProgressEmbedded extends SysOperationProgressBase

Run On

Called

Methods

  Method Description
Gg963478.protmethod(en-us,AX.60).gif allowFormSetup (Inherited from SysOperationProgressBase.)
Gg963478.protmethod(en-us,AX.60).gif buildForm (Overrides the buildForm Method.)
Gg963478.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Gg963478.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Gg963478.privmethod(en-us,AX.60).gif finalUpdate
Gg963478.pubmethod(en-us,AX.60).gif getCount_RU (Inherited from SysOperationProgressBase.)
Gg963478.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Gg963478.pubmethod(en-us,AX.60).gif getTotal Sets the number of steps in the process. (Inherited from SysOperationProgressBase.)
Gg963478.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Gg963478.pubmethod(en-us,AX.60).gif incCount Increments the progress bar during an operation. (Inherited from SysOperationProgressBase.)
Gg963478.protmethod(en-us,AX.60).gif init (Inherited from SysOperationProgressBase.)
Gg963478.pubmethod(en-us,AX.60).gif new Initializes a new instance of the SysOperationProgressBase class. (Inherited from SysOperationProgressBase.)
Gg963478.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.)
Gg963478.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.)
Gg963478.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Gg963478.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Gg963478.pubmethod(en-us,AX.60).gif parmFormInited Gets or sets the FormInited parameter. (Inherited from SysOperationProgressBase.)
Gg963478.protmethod(en-us,AX.60).gif progressForm (Overrides the progressForm Method.)
Gg963478.pubmethod(en-us,AX.60).gif sendProgress (Overrides the sendProgress Method.)
Gg963478.protmethod(en-us,AX.60).gif sendTime (Inherited from SysOperationProgressBase.)
Gg963478.pubmethod(en-us,AX.60).gif setCount Sets the position of the progress bar during an operation. (Inherited from SysOperationProgressBase.)
Gg963478.privmethod(en-us,AX.60).gif setFormControl
Gg963478.pubmethod(en-us,AX.60).gif setFormRun Sets the formRun of the form that holds the embedded operation progress.
Gg963478.pubmethod(en-us,AX.60).gif setText Sets a description of the process that is currently occurring. (Inherited from SysOperationProgressBase.)
Gg963478.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Gg963478.pubmethod(en-us,AX.60).gif setTotal Sets the number of steps in the process. (Inherited from SysOperationProgressBase.)
Gg963478.protmethod(en-us,AX.60).gif setupForm (Inherited from SysOperationProgressBase.)
Gg963478.pubmethod(en-us,AX.60).gif start Call this method just before the actual operation begins. This is used for the time remaining calculation.
Gg963478.privmethod(en-us,AX.60).gif timeFinalUpdate
Gg963478.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Gg963478.pubmethod(en-us,AX.60).gif update Updates the operation progress bar. (Overrides the update Method.)
Gg963478.pubmethod(en-us,AX.60).gif updateInterval Sets the update interval. The update interval is the number of seconds between each update of the form. (Inherited from SysOperationProgressBase.)
Gg963478.pubmethod(en-us,AX.60).gif updateTime (Inherited from SysOperationProgressBase.)
Gg963478.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.)
Gg963478.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Gg963478.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Gg963478.pubmethod(en-us,AX.60).gif Gg963478.static(en-us,AX.60).gif ::construct Initializes a new instance of the SysOperationProgressEmbedded class.
Gg963478.pubmethod(en-us,AX.60).gif Gg963478.static(en-us,AX.60).gif ::newGeneral Instantiates an embedded operation progress class.

Top

Remarks

This could be useful in a wizard for example. The operation progress bar will have all the same features as a normal progress bar, including time remaining calculation.

Inheritance Hierarchy

Object Class
  SysOperationProgressBase Class
    SysOperationProgressEmbedded Class

See Also

SysOperationProgress Class