/// Sent when the Hurl file is in progress (file has been parsed and HTTP exchanges have started).
pub fn new(worker_id: WorkerId, job: &Job, entry_index: usize, entry_count: usize) -> Self {
/// A message sent from worker to runner when a Hurl file has completed, whether successful or not.
pub fn new(worker_id: WorkerId, result: JobResult, stdout: Stdout, stderr: Stderr) -> Self {