Aller au contenu principal

Variable: PluginRuntimeWorkerTerminatedSchema

const PluginRuntimeWorkerTerminatedSchema: TObject<{ code: TInteger; fatal: TOptional<TObject<{ kind: TUnion<[TLiteral<"uncaught-exception">, TLiteral<"unhandled-rejection">]>; message: TString; name: TString; stack: TOptional<TString>; }>>; signal: TUnion<[TNull, TString]>; workerEpoch: TInteger; workerId: TInteger; }>

Defined in: packages/contracts/src/pluginRuntime.ts:714

runtime -> host: worker terminated.