Customizing with Lifecycle Hooks
Background
Lifecycle HooksWriting a Lifecycle Hooks Script
from stoobly_agent.app.proxy.replay.context import ReplayContext
def handle_before_replay(context: ReplayContext):
print('Before replay!')
Enabling Lifecycle Hook Script Use
Example
Last updated