SysTaskRecorderEventManager Class [AX 2012]
The SysTaskRecorderEventManager class receives all user action events, maintains the state of the recorded objects, and dispatches them on to any listening monitors.
| 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.) |
| ::addMonitor | Adds an object which implements the SysTaskRecorderIEventMonitor interface to the list of monitors that listen to events. |
| ::excludeForm | Adds a form to the list of forms that are excluded from recording. |
| ::findControlFromHwnd | Finds a form control object on the specified form according to the window handle of the control. |
| ::getRecordSysEvents | Determines whether a reference to Microsoft.Dynamics.TaskRecorder.dll occurs in the AOT. |
| ::includeForm | Removes a form from the list of forms that are excluded from recording. |
| ::notify | Performs the initial processing of an event and notifies all monitors. |
| ::notifyMonitors | Notifies all monitors that an event has occurred. |
| ::parmClientEventMonitor | |
| ::parmCurrentMonitor | |
| ::parmPauseRecording | |
| ::parmRecording | |
| ::removeHooks | Removes the hooks that intercept events. |
| ::removeMonitor | Removes the specified monitor from the list of monitors that listen to events. |
| ::startRecording | Starts recording events by using the specified monitor. |
| ::stopRecording | Stops the recording and releases resources. |
| ::suppressEvent | Determines whether to suppress the specified event. |
| ::suppressFactBoxEvents | Determines whether to suppress the specified event. |
| ::suppressToolbarEvents | Determines whether to suppress a SelectionChange event associated with the System Development Image (SDI) toolbar events; Delete Record, Next Record, and Previous Record. The decision is made based on the context of the previous event. |
| ::updateOnGridSelectionChanges | Updates the selection on the SysTaskRecorderRunningForm object that corresponds to the visible grid. |
| ::warnIfFormCannotBeRecorded | Checks whether a form can be recorded by the current Task recorder session and displays a message if it cannot be recorded. |
Community Additions
ADD
Show: