You are here

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\Events

Code

public function getSuccessful() {
  return $this->successful;
}