reason property

TerminalExitReason get reason

The reason that triggered the exit of a terminal.

Implementation

_i3.TerminalExitReason get reason =>
    _i3.TerminalExitReason.values.byName(_i5.getProperty(
      this,
      'reason',
    ));