Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration WorkerStateFlags

A collection of flags that describe the current state of a worker.

Index

Enumeration Members

running: 0

The worker is running.

stopped: 128

The worker has completed execution.

terminateRequested: 2

A request has been made to forcibly terminate the worker.

terminated: 1

The worker has been forcibly terminated.

unstarted: 256

The worker has not been started.

Generated using TypeDoc