JobHistoryJobRejected type
Signature:
export type JobHistoryJobRejected = {
event: "rejected";
timestamp: Date;
reason: "insufficientCapacity" | "hardwareUnavailable" | "unknown";
additionalReason?: string;
};
Signature:
export type JobHistoryJobRejected = {
event: "rejected";
timestamp: Date;
reason: "insufficientCapacity" | "hardwareUnavailable" | "unknown";
additionalReason?: string;
};