Interface SandboxedJobPro<T, R>

A job that is being processed in a sandbox.

Type Parameters

  • T = any

  • R = any

Hierarchy

  • Omit<SandboxedJob, "data" | "opts" | "returnValue">
    • SandboxedJobPro

Properties

Properties

data: T
gid?: string

The group id of the job.

returnValue: R

Generated using TypeDoc