public function CommandExecuteEvent::getSuccessful in Update helper 8
Returns is command execution successful.
Return value
bool Returns status of command execution.
File
- src/
Events/ CommandExecuteEvent.php, line 118
Class
- CommandExecuteEvent
- Event for command execute.
Namespace
Drupal\update_helper\EventsCode
public function getSuccessful() {
return $this->successful;
}