Skip to main content
Skip table of contents

(v13) D_CLOSE_ENDJOB

This page applies to Harlequin v13.1r0 and later; and to Harlequin MultiRIP but not Harlequin Core

D_CLOSE_ENDJOB Selector

Parameter: devCloseEndJobParam * endjob

The RIP calls this selector to declare that the job has ended. It is the last selector call in the sequence of output actions, following all other end‐of‐job‐action selectors like D_CLOSE , D_WAIT_ON_CLOSE , and D_OPEN_ENDJOB .

Note: If the plugin does not support D_OPEN_ENDJOB , the RIP will not make any D_CLOSE_ENDJOB calls.

TEXT
      typedef struct devCloseEndJobParam { int32 cej_abort;
    } devCloseEndJobParam;

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