requiresAction property

bool get requiresAction

Whether the run requires action.

Implementation

bool get requiresAction => status == RunStatus.requiresAction;