SysTaskRecorderTask Class [AX 2012]
The SysTaskRecorder class is a monitor that listens to events and logs them for the task recorder usage.
| Method | Description | |
|---|---|---|
| addContextInfo | Updates the specified step with additional info such as time tick, current user, form and control. |
| addFormPositioning | Updates the specified step by with the associated form position. |
| addGridSelectionToStep | Add a list of the records that are selected on the grid to the step. |
| addInfologData | Updates the specified step with additional information from the Infolog messages. |
| addStep | Creates a new step object and adds it to the recorded task. |
| addStepSpecificInfo | Updates the specified step with additional information according to the event of the step. |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| clear | Clears the task contents so it will be ready for new recordings. |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| getButtonPath | Retrieves the path of a button control on a form. |
| getMenubarPath | Retrieves the path of the menu item in specified in the context. |
| getScriptCaption | Gets the name of the task. |
| getStepById | Retrieves the step with the specified ID. |
| getStepCount | Gets the steps count of the task. |
| getSteps | Gets the steps of the task. |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| getXMLDocument | Gets the task in XML format. |
| getXMLRoot | Gets the XML document root element of the task. |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| init | Initializes the task object. |
| initTakeScreenshot | Initiates a screenshot of a specified window. |
| limitReached | |
| loadSteps | Generates internal task steps from the internal Xml document of steps. |
| new | Initializes a new instance of the SysTaskRecorderTask class. |
| notify | Called by the SysTaskRecorderEventManager class when an event occurs. |
| 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.) |
| parmCaption | Gets or sets the Caption parameter. |
| parmDescription | Gets or sets the Description parameter. |
| parmStartDateTime | Gets or sets the StartDateTime parameter. |
| parmVersion | Gets or sets the Version parameter. |
| removeStep | Removes a step that has the specified step ID. |
| setStepScreenshot | |
| 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.) |
| ::construct | Initializes a new instance of the SysTaskRecorderTask class. |
| ::newXMLAndCaller | Creates a new task by using the data from the specified XML string. |
| ::scriptVersion | Returns the version of the task. |
| ::takeScreenshot | Initiates the thread that takes a screenshot of a specified window. |
Community Additions
ADD
Show: