onRestartAgent property

Future<void> Function()? onRestartAgent
final

Stops the agent in a way its supervisor will undo — the agent comes back.

Implementation

final Future<void> Function()? onRestartAgent;