Function: useHasWorker()
useHasWorker(
key):boolean
Defined in: src/infrastructure/worker/worker.service.ts:280
Checks whether a Worker pool with the given key exists.
Parameters
key
string
The pool key to check.
Returns
boolean
true if the pool is registered.