We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
6ebd546
Added app lifecycle hooks accessible via decorators (below assuming PyRunner object is app):
app
@app.on_restart
@app.on_success
@app.on_fail
@app.on_exit