Beispiel #1
0
 /// <summary>
 /// 继续执行
 /// </summary>
 protected override void OnContinue()
 {
     log.Info("try continue the {0}", _displayName);
     _taskService.Resume();
     log.Info("{0} is continued\n", _displayName);
 }