simpcat.finish()
simpcat.finish( status: str = 'finished', user_payload: Any | None = None) -> NoneFinish the active run. Matches wandb.finish().
Stops system metrics collection, flushes remaining data, and shuts down the reporter. No-op if no run is active. Runs are also auto-finished via atexit on process exit.
Parameters
Section titled “Parameters”status— Final status label. Supported values: “finished”, “failed”, “crashed”, or “killed”.user_payload— Optional structured metadata attached to the finish stop event.