xInfo.endLengthyOperation Method

Sets the mouse cursor back to normal after a call to startLengthyOperation.

Syntax

public void endLengthyOperation([boolean endAll])

Run On

Called

Parameters

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.

See Also

xInfo Class

xInfo.startLengthyOperation Method