Skip to main content

JobStatus

@codebolt/types


Type Alias: JobStatus

type JobStatus = "open" | "working" | "hold" | "closed";

Defined in: common/types/src/codeboltjstypes/libFunctionTypes/job.ts:12