hasActions method

bool hasActions()

実行待ち、もしくは実行中のActionが存在する場合はtrue.

Implementation

bool hasActions() {
  return _channel.isNotEmpty || _current != null;
}