public enum ParseStatus
Public Enumeration ParseStatus
Dim instance As ParseStatus
public enum class ParseStatus
None | 0 | The CommandLineParserParse method has not been called yet. |
Success | 1 | The operation successfully parsed all arguments, or was canceled using CancelModeSuccess. Check the ParseResultArgumentName property to differentiate between the two. |
Error | 2 | An error occurred while parsing the arguments. |
Canceled | 3 | Parsing was canceled by one of the arguments using CancelModeAbort. |