Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Sets the mouse cursor back to normal after a call to startLengthyOperation.
Syntax
public void endLengthyOperation([boolean endAll])
Run On
Called
Parameters
- endAll
 Type: boolean
 Reserved.
Remarks
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.