refactor: rename worker `started` flag to `ready`
[poolifier.git] / src / utility-types.ts
index 2035235022d13f49cb39c98e3ea10b91cf7ca8ec..f1b773eb31196c5ca827759bbbf3f70a37fc1ae9 100644 (file)
@@ -82,9 +82,9 @@ export interface MessageValue<Data = unknown, ErrorData = unknown>
    */
   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.
    */