requiresAction property
bool
get
requiresAction
Whether the run requires action.
Implementation
bool get requiresAction => status == RunStatus.requiresAction;
Whether the run requires action.
bool get requiresAction => status == RunStatus.requiresAction;