294295296297298299300301
} } public void historyTaskDelete(String reason) { if (execution != null) { HistoryEvent.fire(new TaskDelete(this, reason), execution); } }