This documentation is archived and is not being maintained.
xInfo.endLengthyOperation Method [AX 2012]
Sets the mouse cursor back to normal after a call to startLengthyOperation.
public void endLengthyOperation([boolean endAll])
Run On
Called
Parameters
-
endAll
- Type: boolean
Reserved.
It is best practice not to call this method. It will be called automatically by the system when the operation has ended.
If you call this method explicitly and there are other processes, or looping code, that use the method, it could lead to the mouse pointer flickering.