unilab.base.run_control.RunComplete
-
exception unilab.base.run_control.RunComplete[source]
Bases: Exception
Signal that a run reached its intended non-error completion condition.
- Parameters:
-
-
__init__(*, reason, summary=None)[source]
- Parameters:
-
-
property summary: Mapping[str, object]
Return the completion facts without allowing caller mutation.