コード例 #1
0
 /**
  * Removes given execution from list
  *
  * @param integer $executionID Id of the execution to remove.
  * @param \Exception $failure An exception to signal a failed execution
  *
  * @return    void
  */
 public function unmarkExecution($executionID, \Exception $failure = null)
 {
     $this->logToApplicationLog();
     parent::unmarkExecution($executionID, $failure);
 }