success property

bool get success

Whether the process exited successfully (exit code 0).

Implementation

bool get success => exitCode == 0;