Gets a value that indicates whether the service is currently listening to the events.
Object.defineProperty(InteractiveService.prototype, 'isListening',
get: function()
)
isListening: boolean; // read-only
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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET