Vixen
dd8b0a81
csharp
public enum ExitCode

What the process returns. Separating a bad command line from bad content lets a build script tell "I invoked you wrong" from "the project is wrong", which is the difference between a script to fix and an asset to fix.

No guide page documents this yet — the page shows what the code says about itself.

Fields and properties (3)

  • Success

    It did what was asked.

  • Failed

    The project was read and something in it is wrong.

  • UsageError

    The command line was wrong, or there is no project where one was expected.

Used by (16)

  • DoctorBehaviorsTestsVixen.Cli.Tests
  • DoctorSystemsTestsVixen.Cli.Tests
  • FrameRunnerVixen.Cli
  • GeometryCommandTestsVixen.Cli.Tests
  • GeometryRunnerVixen.Cli
  • LiveRunnerVixen.Cli
  • MeshMapCommandTestsVixen.Cli.Tests
  • MeshMapRunnerVixen.Cli
  • ProjectPluginTestsVixen.Cli.Tests
  • ScaffoldRunnerVixen.Cli
  • TextureCommandTestsVixen.Cli.Tests
  • TextureGraphRunnerVixen.Cli
  • TextureRunnerVixen.Cli
  • TraceCommandTestsVixen.Cli.Tests
  • VixenCommandVixen.Cli
  • VixenCommandTestsVixen.Cli.Tests