toggle_cron_job

Function toggle_cron_job 

Source
async fn toggle_cron_job(
    env: WasmerEnv,
    ident: AppIdentArgOpts,
    cron_job: String,
    enabled: bool,
) -> Result<(), Error>