You are here

private property ConsoleTerminateEvent::$exitCode in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/symfony/console/Event/ConsoleTerminateEvent.php \Symfony\Component\Console\Event\ConsoleTerminateEvent::exitCode

The exit code of the command.

Type: int

File

vendor/symfony/console/Event/ConsoleTerminateEvent.php, line 30

Class

ConsoleTerminateEvent
Allows to manipulate the exit code of a command after its execution.

Namespace

Symfony\Component\Console\Event

Code

private $exitCode;