shouldRun abstract method

FutureOr<bool> shouldRun(
  1. TaskInvocation invocation
)

Check if the provided task invocation should run.

Returns true if it should, false otherwise.

Implementation

FutureOr<bool> shouldRun(TaskInvocation invocation);