ContextJobStatus: {
    COMPLETED: ContextJobStatus;
    FAILED: ContextJobStatus;
    QUEUED: ContextJobStatus;
    RUNNING: ContextJobStatus;
}