onAgentFinished
Append handler called when an agent finishes execution.
Deprecated
Please use onAgentFinished() instead
Replace with
onAgentFinished(handler)
Content copied to clipboard
A deprecated handler invoked when an agent finishes execution.
Provides the name of the strategy and an optional result of the execution.
It is recommended to use the onAgentFinished()
function instead to append handlers.