Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Worker

一个Worker的实例对应一个原生的worker。

在工具内配置了worker文件夹后,由${name}自动创建。

对开发者来说,一般情况下无需关心这个类,只需要控制worker任务即可。

see

WorkerJob WorkerSystem

Hierarchy

  • Worker

Index

Properties

Methods

Properties

status

status: EWorkerStatus = "init"

worker的状态。

Methods

isRunning

  • isRunning(): boolean
  • Returns boolean

restart

  • restart(): void
  • 重新启动worker。

    Returns void

terminate

  • terminate(log?: boolean): void
  • 强行终止worker。

    Parameters

    • log: boolean = true

      终止前是否检查worker运行状态。

    Returns void

Generated using TypeDoc