Click or drag to resize

CommandResultEnum Enumeration

Enumerated values that could returned by commands.

Namespace:  us.FreeWill.CommandLine
Assembly:  CommandLine (in CommandLine.dll) Version: 2.0.2341.22284
Syntax
C#
public enum CommandResultEnum
Members
  Member nameValueDescription
Success0
Fail1
Exit2
See Also