fail method

Future<void> fail()

Marks the run failed.

Implementation

Future<void> fail() => _finish(AgentRunStatus.failed);