Skip to main content
Skip table of contents

(v13) 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 .

TEXT
    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.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.