Class EntryPoint.ExitCodes
- Namespace
- Fabricator.Console
- Assembly
- Fabricator.Console.dll
[CompilationMapping(SourceConstructFlags.Module)]
public static class EntryPoint.ExitCodes
- Inheritance
-
EntryPoint.ExitCodes
- Inherited Members
-
Properties
ExecutionError
public static int ExecutionError { get; }
Property Value
- int
InvalidArgs
public static int InvalidArgs { get; }
Property Value
- int
NotAllApplied
public static int NotAllApplied { get; }
Property Value
- int
Success
public static int Success { get; }
Property Value
- int