hasActions method

bool hasActions()

実行待ち、もしくは実行中のActionがあればtrueを返却する.

Implementation

bool hasActions() => _dispatcher.hasActions();