import { Job } from "https://deno.land/x/cicada@v0.1.50/lib.ts";
A job is a lightweight container that executes code. Jobs can be configured with JobOptions. By default, all jobs in a pipeline run in parallel.
Constructors
new
Job(options: JobOptions)Creates a new Job instance.