Indicates whether the receiver has been interrupted.
Future<bool> isRunning() async { return await _channel.$isRunning(this) as bool; }