type JobProgress = object;
optional progressMessage: string | null;
optional stepsCompleted: number | null;
optional stepsTotal: number | null;
Was this page helpful?