The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

parse_result(@) input is a list concatenation of one or more of the following entities: TASK, JOB, STATE and CODE

TASK - is a return value of task() function. (i.e. list with 2 items - task object and CODE) JOB - is a return value of job() function (i.e. list with 2 items - job object and CODE) STATE - is a return value of state() function (i.e. list with 2 items - state object and default_code object) CODE - is JOB_xxx code

allowed combinations:

STATE [STATE, ] (TASK|JOB) [STATE, ] CODE (when CODE is not JOB_OK )