public static Boolean HasUpdateCheck() { Task <Boolean> task = Cron.HasJob <UpdateCheckJob>("UpdateJob"); task.Wait(); return(task.Result); }