[integer(1)]
Id of job to test.
Default is first job id of registry.
resources
[list]
Usually not needed, unless you call the function getResources in your job.
See submitJobs.
Default is empty list.
external
[logical(1)]
Run test in an independent external R session instead of current.
The former allows to uncover missing variable definitions (which may
accidentially be defined in the current global environment) and the latter
is useful to get traceable execeptions.
Default is TRUE.
Value
[any]. Result of job. If the job did not complete because of an error, NULL is returned.