set_job_result# BaseRunner.set_job_result(label: str, result: Any) → None# Set the result of a job by its label. Parameters: labelstrLabel of the job. resultAnyResult value to store for the job.