X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Fworker%2Fabstract-worker.ts;h=b7c542aa469f40bf4feb50aa99599b52bb7bc44e;hb=refs%2Ftags%2Fv2.5.4;hp=d37c21571402e1d224c3c76a90acb0af595f21ef;hpb=a788de39a01b042deb0707c2e92af99181b933d2;p=poolifier.git diff --git a/src/worker/abstract-worker.ts b/src/worker/abstract-worker.ts index d37c2157..b7c542aa 100644 --- a/src/worker/abstract-worker.ts +++ b/src/worker/abstract-worker.ts @@ -23,7 +23,7 @@ const DEFAULT_KILL_BEHAVIOR: KillBehavior = KillBehaviors.SOFT /** * Task performance. */ -interface TaskPerformance { +export interface TaskPerformance { timestamp: number waitTime?: number runTime?: number