Table of Contents

Enum TigerCliExitOutcome

Namespace
ItTiger.TigerCli.Commands
Assembly
ItTiger.TigerCli.dll
The coarsest layer of the layered exit model: whether a run ultimately succeeded or failed. Every TigerCliExitCategory rolls up into exactly one outcome, and every TigerCliExitKind rolls up into exactly one category.
public enum TigerCliExitOutcome

Fields

Error = 1
The run failed; every non-success category rolls up here by default, including cancellation.
Success = 0
The run succeeded (the Success category).