X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Futility-types.ts;h=1783b4e6f36adfa9f778cbd74b3ce46975bb40a2;hb=1e3214b63e262557aadebf3c57e8388de6a4bbe4;hp=d6869557d5af04ec06444e320d1fe6cac41cadc0;hpb=07588f306649b9df235aaf65de4842e99532ed6a;p=poolifier.git diff --git a/src/utility-types.ts b/src/utility-types.ts index d6869557..1783b4e6 100644 --- a/src/utility-types.ts +++ b/src/utility-types.ts @@ -101,7 +101,7 @@ export interface MessageValue /** * Kill code. */ - readonly kill?: KillBehavior | true + readonly kill?: KillBehavior | true | 'success' | 'failure' /** * Task error. */