Worker
workerConnect
workerConnect (str: string): Promise<void>
Tells the node to connect to workers RPC
Parameters:
str
:string
Returns:
Promise<void>
Source: index.d.ts, line 917, character 15
workerJobs
workerJobs (): Promise<{ [k: string]: Array<WorkerJob> }>
Returns:
Promise<{ [k: string]: Array<WorkerJob> }>
Source: index.d.ts, line 918, character 12
workerStats
workerStats (): Promise<{ [k: string]: WorkerStats }>
Returns:
Promise<{ [k: string]: WorkerStats }>