bool getIsBusy()

This function requests the busy state of the device. Any time an action is requested, getIsBusy() should be called on a timer until the function no longer returns true, at which point execution can continue, and the result of the function can be requested.

Return

True if the device is busy, false otherwise.