Top Level Namespace

Defined Under Namespace

Modules: NzbGetPP

Constant Summary collapse

RC_POSTPROCESS_PARCHECK_CURRENT =

Return value: nzbget processes the exit code returned by the script: 91 - request nzbget to do par-check/repair for current collection in the current nzb-file; 92 - request nzbget to do par-check/repair for all collections in the current nzb-file; 93 - post-process successful (status = SUCCESS); 94 - post-process failed (status = FAILURE); 95 - post-process skipped (status = NONE); All other return codes are interpreted as "status unknown".

91
RC_POSTPROCESS_PARCHECK_ALL =
92
RC_POSTPROCESS_SUCCESS =
93
RC_POSTPROCESS_ERROR =
94
RC_POSTPROCESS_NONE =
95