Searched refs:exitCode (Results 1 – 1 of 1) sorted by relevance
143 private static ExitCode exitCode = ExitCode.Success; field in GetFile.Program284 exitCode = ExitCode.DownloadCanceled; in DownloadFileCompleted()297 exitCode = ExitCode.DownloadError; in DownloadFileCompleted()456 return (int)exitCode; in Main()