succeeded property
bool
get
succeeded
Whether the process exited successfully (exit code 0).
Implementation
bool get succeeded => exitCode == 0;
Whether the process exited successfully (exit code 0).
bool get succeeded => exitCode == 0;