Skip to main content

pause_job_for_agent

Function pause_job_for_agent 

pub fn pause_job_for_agent(
    config: &Config,
    id: &str,
    agent_alias: &str,
) -> Result<CronJob>
Expand description

Pause a job the calling agent owns. The ownership test travels with the write; see store::remove_job_for_agent.