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.
import { Job } from "https://deno.land/x/cicada@v0.1.2/lib.ts";
Represents a job in the pipeline with its options.
Creates a new Job instance.