[ Version ( deprecated = true , deprecated_since = "3.8" , since = "3.2" ) ]
public bool is_opened ()
Warning: is_opened is deprecated since 3.8.
Check if this this is fully opened.
Clients don't need to care if they're fully opened anymore.
This function always returns true
.
This includes everything from open call up to the authentication, if required by a backend. Client cannot do any other operation during the opening phase except of authenticate or cancel it. Every other operation results in an BUSY error.
this |
an Client |
always |