get_isListening();
Object.defineProperty('isListening');
| Type | Description | 
|---|---|
| boolean | true if the service is currently listening to the events; otherwise, it is false. | 
The value of IsListening will be set to true after a successful call to StartListening and will be set back to false when StopListening is called.