stack

Home > @infiniteobjects/models > RenderJobRepository > checkQueued

RenderJobRepository.checkQueued() method

Checks if a job with similar type and creation exists already

Signature:

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

Parameters

Parameter Type Description
type RenderJobType  
printId string  

Returns:

Promise<boolean>