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