Annotation of cleanflash/CleanFlashCommon/ExitedProcess.cs, revision 1.1

1.1     ! root        1: namespace CleanFlashCommon {
        !             2:     public class ExitedProcess {
        !             3:         public int ExitCode { get; set;  }
        !             4:         public string Output { get; set; }
        !             5: 
        !             6:         public bool IsSuccessful {
        !             7:             get {
        !             8:                 return ExitCode == 0;
        !             9:             }
        !            10:         }
        !            11:     }
        !            12: }

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.