package managed_job func (job *ManagedJob) Stop() error { return job.client.StopJob(*job.def.Status.JobId) }