コード例 #1
0
ファイル: JobEntity.cs プロジェクト: zf321/ESS.FW.Bpm
 protected internal virtual void PostExecute(CommandContext commandContext)
 {
     Log.DebugJobExecuted(this);
     Delete(true);
     commandContext.HistoricJobLogManager.FireJobSuccessfulEvent(this);
 }