cfHandleUnknownSubmitError {BatchJobs} | R Documentation |
Cluster functions helper: Handle an unknown error during job submission.
Description
This function is only intended for use in your own cluster functions implementation.
Simply constructs a SubmitJobResult
object with status code 101,
NA as batch job id and an informative error message containing the output of the OS command in output
.
Usage
cfHandleUnknownSubmitError(cmd, exit.code, output)
Arguments
cmd |
[ |
exit.code |
[ |
output |
[ |
Value
[Package BatchJobs version 1.9 Index]