コード例 #1
0
 public static bool UpdateExecution(SchedulerExecution execution)
 {
     return(SchedulerDao.UpdateExecution(execution.SchedulerExecutionId, execution.ExecutionTimeStamp, execution.Status));
 }