ExitCode
@rotorsoft/act-root / act/src / ExitCode
Type Alias: ExitCode
ExitCode = typeof
ExitCodes[number]
Defined in: libs/act/src/ports.ts:43
Type for allowed exit codes.
"ERROR"— abnormal termination (uncaught exception, unhandled rejection)"EXIT"— clean shutdown (SIGINT, SIGTERM, or manual trigger)