disable_get_event#
- Client.disable_get_event()#
Disable event retrieval from the server.
Releases and closes the Windows semaphore used for event notification, and disables the getEventEnabled flag. After calling this, get_event() will no longer function.
- Returns:
True if event retrieval was successfully disabled, False otherwise.
- Return type:
bool