handle

abstract suspend fun handle(context: StrategyFinishContext<TFeature>)(source)

Handles the completion of a strategy update process by processing the given result and its related context.

Parameters

context

The context of the strategy update, containing details about the current strategy, the session, and the feature associated with the update.