Optional argvOptional envOptional evalOptional execOptional nameAn optional name to be appended to the worker title
for debuggin/identification purposes, making the final title as
[worker ${id}] ${name}.
Optional resourceOptional stderrOptional stdinOptional stdoutOptional tracktrue
Optional transferAdditional data to send in the first worker message.
Optional worker
List of arguments which would be stringified and appended to
process.argvin the worker. This is mostly similar to theworkerDatabut the values will be available on the globalprocess.argvas if they were passed as CLI options to the script.