JobState type

Signature:

export declare type JobState = "pre" | "active" | "post";