All docs
RunResult·
property
RunResult.ok
true when the run finished without error
Python
ok -> bool
Returns bool — True when the run finished without error
Example#
Python
res = Engine().run(pipeline)
if not res.ok:
res.raise_on_error()
Notes#
Delegates to the wrapped PipelineResult.ok. For the exception itself, call
raise_on_error rather than reading ok and re-raising by
hand.
See also#
API: raise_on_error · output · RunResult
By LSD Team · Last updated Jul 17, 2026
Ask on Discord
View as Markdown