<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [worker-tls](./worker-tls.md) &gt; [DynamicWorkerPool](./worker-tls.dynamicworkerpool.md) &gt; [execStarted](./worker-tls.dynamicworkerpool.execstarted.md)

## DynamicWorkerPool.execStarted() method

**Signature:**

```typescript
execStarted(worker: DWorker<W>, execRec: ExecRecord): void;
```

## Parameters

<table><thead><tr><th>

Parameter


</th><th>

Type


</th><th>

Description


</th></tr></thead>
<tbody><tr><td>

worker


</td><td>

[DWorker](./worker-tls.dworker.md)<!-- -->&lt;W&gt;


</td><td>


</td></tr>
<tr><td>

execRec


</td><td>

ExecRecord


</td><td>


</td></tr>
</tbody></table>
**Returns:**

void

