Worker import { Worker } from "destack:runtime"; Live worker. export class Worker { handle: WorkerHandle; id: WorkerId; runtime: RuntimeId; name: string; hasPendingWork: boolean; labels: [Label]; } language/library/src/runtime/world.ds:144:171 Members handle: WorkerHandle Worker handle. id: WorkerId Worker identifier. runtime: RuntimeId Owning runtime. name: string Optional worker name. hasPendingWork: boolean Whether the worker has pending work. labels: [Label] Worker labels.