X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Futility-types.ts;h=f1b773eb31196c5ca827759bbbf3f70a37fc1ae9;hb=7c8381eb33aaff689afe1944d8643508003cf0b1;hp=2035235022d13f49cb39c98e3ea10b91cf7ca8ec;hpb=60664f486ce7ff5a437b52c545cf219eca5aebd2;p=poolifier.git diff --git a/src/utility-types.ts b/src/utility-types.ts index 20352350..f1b773eb 100644 --- a/src/utility-types.ts +++ b/src/utility-types.ts @@ -82,9 +82,9 @@ export interface MessageValue */ readonly statistics?: WorkerStatistics /** - * Whether the worker has started or not. + * Whether the worker is ready or not. */ - readonly started?: boolean + readonly ready?: boolean /** * Whether the worker starts or stops its aliveness check. */