onStrategyFinished

suspend fun onStrategyFinished(strategyName: String, result: String)(source)

Notifies all registered strategy handlers that a strategy has finished execution.

Parameters

strategyName

The name of the strategy that has finished

result

The result produced by the strategy execution