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