D_CLOSE
This page applies to Harlequin v13.1r0 and later; and to Harlequin MultiRIP but not Harlequin Core
D_CLOSE Selector
Parameter: devCloseParam * close
The RIP calls this selector when page output is complete, or after the user requests that the plugin abort output of the page.
Note:
D_CLEAR_ERROR
calls (and even some more D_IDLE
calls) may precede D_CLOSE
.
typedef struct devCloseParam { int32 c_abort;
} devCloseParam;
c_abort
If nonāzero, job output was aborted, either by the user or because of an error. This flag is set and cleared by the RIP. The plugin should not change it.