Home > @infiniteobjects/models > RenderJobRepository > checkSuccess
Checks if a job with similar type and creation has succeeded already
Signature:
checkSuccess(type: RenderJobType, printId: string): Promise<boolean>;
Parameter | Type | Description |
---|---|---|
type | RenderJobType | |
printId | string |
Returns:
Promise<boolean>