stack

Home > @infiniteobjects/models > RenderJobRepository > checkSuccess

RenderJobRepository.checkSuccess() method

Checks if a job with similar type and creation has succeeded already

Signature:

checkSuccess(type: RenderJobType, printId: string): Promise<boolean>;

Parameters

Parameter Type Description
type RenderJobType  
printId string  

Returns:

Promise<boolean>