succeeded property

bool get succeeded

Whether the job completed successfully.

Implementation

bool get succeeded => exitCode == 0;