run abstract method

Future<WorkerResponse> run(
  1. Worker worker
)

Run the task using the Worker context.

Implementation

Future<WorkerResponse> run(Worker worker);