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