Parameters: |
- progress_steps –
A list of tuples: (<group_name>, <steps>), where “group_name”
is a tuple of name “levels”, “steps” an integer representing how
many steps should that level have.
Progress reports will be sent in randomized order.
- retval – The return value for the job.
- fail – Whether this job should fail.
- skip – Whether this job should be skipped.
- log_messages – A list of tuples: (level, message)
- step_duration – The time to sleep between steps, in milliseconds.
|