Exemple #1
0
 private bool IsScRemovalSuccessful(ExitCode exitCode)
 {
     return(exitCode.IsSuccessful() ||
            exitCode == SC_EXIT_CODE_MARKED_FOR_DELETION);
 }