getIsOpen method
Use this to know if the Eyes instance is currently open.
Syntax
boolean value = eyes.getIsOpen();
Parameters
This method does not take any parameters.Return value
- Type: boolean
- Return true if the Eyes.open method has been called on an eyes instance, and Eyes.close or Eyes.abortIfNotClosed have not yet been called.