Skip to content

RenderTask.onContinue method

RenderTask › onContinue

Unofficial

Callback invoked to allow continuation of rendering.

Signature:

onContinue(cont: () => void): void

Parameters:

Parameter Type Description
cont () => void

Returns: void