Function Reactor.isActive

Report whether the reactor is currently active

bool isActive () pure nothrow @property @nogc @safe const;

Unlike isRunning, this will return false during the reactor shutdown.