succeeded property

bool get succeeded

Implementation

bool get succeeded =>
    exitCode == 0 && status == CommandStatus.passed && eligible;