Skip to main content

finish

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

finish(
exit_code: (int | None) = None,
quiet: (bool | None) = None
) -> None

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

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