Skip to main content
Deno 2 is finally here 🎉️
Learn more
Go to Latest
class Job
import { Job } from "https://deno.land/x/cicada@v0.1.2/lib.ts";

Represents a job in the pipeline with its options.

Constructors

new
Job(options: JobOptions)

Creates a new Job instance.

Properties

readonly
_uuid: string

Do not used. The _uuid property is unstable and should be considered an internal implementation detail.