onRunFinish method

  1. @override
void onRunFinish(
  1. VanturaResponse response
)
override

Called when the agent completes a run.

Implementation

@override
void onRunFinish(VanturaResponse response) {
  logger.info('Agent run finished', tag: 'OBSERVER');
}