Skip to main content

finish

Mark a run as finished, and finish uploading all data.

finish(
exit_code: Optional[int] = None,
quiet: Optional[bool] = None
) -> None

This is used when creating multiple runs in the same process. We automatically call this method when your script exits.

Arguments
exit_codeSet to something other than 0 to mark a run as failed
quietSet to true to minimize log output
Was this page helpful?๐Ÿ‘๐Ÿ‘Ž