Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface WithWorkerResult<T>

A result of 'withWorker()' function.

Type parameters

  • T = any

Hierarchy

  • WithWorkerResult

Index

Properties

exitCode?: number

The exit code on Node, (undefined) if browser.

lastMessage: T

The last message.

Generated using TypeDoc