isActive method

bool isActive()

Implementation

bool isActive() {
  return controller.isClosed;
}