isActive method

bool isActive()

Implementation

bool isActive() {
  return _handle != null;
}