IsOpen property
Use this to know if the Eyes instance is currently open.
Syntax
bool value = eyes.IsOpen;
Type:bool
Return true if the Eyes.Open method has been called on an eyes instance, and Eyes.Close, Eyes.Abort, Eyes.AbortAsync or Eyes.AbortIfNotClosed have not yet been called.