SysTaskRecorderRunningFormsManager Class [AX 2012]
The SysTaskRecorderRunningFormsManager manages a list of all the forms that have been opened and closed during the current recording session.
| Method | Description | |
|---|---|---|
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| new | Initializes a new instance of the Object class. (Inherited from Object.) |
| notify | Releases the hold on an object that has called the wait method on this object. (Inherited from Object.) |
| notifyAll | Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.) |
| objectOnServer | Determines whether the object is on a server. (Inherited from Object.) |
| owner | Returns the instance that owns the object. (Inherited from Object.) |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| toString | Returns a string that represents the current object. (Inherited from Object.) |
| usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) |
| wait | Pauses a process. (Inherited from Object.) |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
| ::addFormToList | Adds the specified form to the list of open forms. |
| ::cleanup | Cleans the list of open forms by removing closed forms and other non-forms objects. |
| ::clearList | Removes the list of open forms from the global cache. |
| ::formlist | Returns a map of currently opened forms. |
| ::getFormRunByHwnd | Retrieves the FormRun object with the specified window handle from the list of open forms. |
| ::getFormRunByName | Returns the FormRun object with the specified name, from the list of open forms. |
| ::getWindowByHwnd | Returns a SysTaskRecorderRunningForm with the specified window handle from the list of open forms. |
| ::getWindowsInFocusOrder | Returns the list of open forms ordered by the time that they received their last focus. |
| ::parmCurrentForm | |
| ::parmCurrentFormRun | |
| ::removeFormFromList | Removes the specified form from the list of open forms. |
| ::setLastEventContext | Sets the last event data as global properties, which will be used in subsequent events. |
| ::setUIContext | Updates the state of a form in the list of open forms. |
Community Additions
ADD
Show: