- Namespace
- Statiq
.App - Interfaces
-
- IComparable
- IFormattable
- IConvertible
- Base Types
-
- object
- ValueType
- Enum
Syntax
public enum ExitCode
Fields
Name | Field Type | Constant Value | Summary |
---|---|---|---|
CommandLineError | ExitCode | -1 |
static
|
ExecutionError | ExitCode | 4 |
static
|
LogLevelFailure | ExitCode | 5 |
static
|
Normal | ExitCode | 0 |
static
|
OperationCanceled | ExitCode | 6 |
static
|
UnhandledError | ExitCode | 1 |
static
|