succeeded property

bool get succeeded

Whether the process exited successfully (exit code 0).

Implementation

bool get succeeded => exitCode == 0;