rprContextAbortRender

Can be called in a different thread to interrupt the rendering process. This will cancel the rendering process (RP) and return a call to rprContextRender() if the RP is currently running.

rpr_status rprContextAbortRender(

rpr_context context);

Parameters

Parameter

Description

context

The context to abort rendering for.

Return

Returns RPR_ERROR_ABORTED in case of success, or RPR_ERROR code if a problem was encountered.