get_job_result# BaseRunner.get_job_result(label: str) → Any# Get the result of a job by its label. Parameters: labelstrLabel of the job whose result to retrieve. Returns: AnyThe result of the job.