JobResultData: {
imgID: string;
jobID: string;
lastSeed?: string;
performedStepCount?: number;
resultKey?: string;
resultUrl?: string;
triggeredNSFWFilter?: boolean;
userCanceled?: boolean;
videoFile?: string;
videoUrl?: string;
}
Type declaration
imgID: string
jobID: string
OptionallastSeed?: string
OptionalperformedStepCount?: number
OptionalresultKey?: string
OptionalresultUrl?: string
OptionaltriggeredNSFWFilter?: boolean
OptionaluserCanceled?: boolean
OptionalvideoFile?: string
OptionalvideoUrl?: string
Deprecated
Use
resultUrl. Kept for older video worker/socket payload compatibility.