Home
last modified time | relevance | path

Searched refs:exitCode (Results 1 – 1 of 1) sorted by relevance

/sqlite-3.40.0/tool/
H A DGetFile.cs143 private static ExitCode exitCode = ExitCode.Success; field in GetFile.Program
284 exitCode = ExitCode.DownloadCanceled; in DownloadFileCompleted()
297 exitCode = ExitCode.DownloadError; in DownloadFileCompleted()
456 return (int)exitCode; in Main()