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