public static bool FinishNewTask(Task task, ref string a_strErr) { if (DecetePro.FinishTask(task, ref a_strErr) >= 1) { return(true); } else { return(false); } }