pub fn abort(
reg: &LoadedRegistry,
run_dir: &Path,
reason: &str,
) -> Result<Manifest>Expand description
Tear down a pending run by sealing a failed manifest. Records the
reason in manifest.failure_reason so the audit trail says why.
Leaves any partial evidence on disk under the run dir.