handler property

Future<ZapStepRun> Function(MissionStep step) handler
final

stepId → run result (or throw to simulate a broken executor).

Implementation

final Future<ZapStepRun> Function(MissionStep step) handler;