SysTaskRecorderGlobal Class [AX 2012]
The SysTaskRecorderGlobal class contains helper methods for miscellaneous task recorder functions.
| 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.) |
| ::captureImage | Captures a screenshot of the current or specified window. |
| ::controlAllowEdit | Determines whether the specified control is editable. |
| ::getControlByName | Finds a control on a form by using the specified control name. |
| ::getControlList | Populates a list of child controls for the specified parent control. |
| ::getControlValueStr | Retrieves the value of the specified control as a string. |
| ::getDataSourceById | Retrieves the data source of the form with the specified Data Source ID property. |
| ::getDateTime | Retrieves the date and time in DD.MM.YYYY:HH:MM format. |
| ::getFormControlList | Gets a control list for the specified form. |
| ::getGlobalProperty | Gets a property from the global cache. |
| ::getObjectMethod | Returns a DictMethod object of the specified method name in the specified object. |
| ::getTempFileName | Creates a uniquely named zero-byte temporary file on disk and returns the full path of that file. |
| ::getTreeNodeProperty | Retrieves the value of a TreeNode property. |
| ::handleDialogButton | Records the button clicks of dialog boxes. |
| ::isBasicControl | Determines whether the specified control is a basic control. |
| ::isBasicControlId | Determines whether the specified class ID represents a basic control. |
| ::isButton | Determines whether the specified control is a button. |
| ::isInActionPane | Indicates whether the specified control is contained in an Action pane control. |
| ::isInGridControl | Determines whether the specified control is contained within a grid control. |
| ::isLookupForm | Determines whether the specified form is a lookup form which was opened from another control or form. |
| ::menuPaths | Builds a map of menu paths and puts it in the global cache map of the infolog. |
| ::processNode | Creates a map of menu items that are children of the specified tree node. |
| ::setGlobalProperty | Sets a property in the global cache map property of the infolog. |
| ::takeScreenshot | Takes a screenshot of the specified window and puts it in SysImageTable table. |
Community Additions
ADD
Show: