Exemple #1
0
 public static bool IsDeployed(this JobTask task, Solution solution)
 {
     return(task.UndeployedInstCount(solution) == 0);
 }