This function is only intended for use in your own cluster functions implementation.
Use this function in your implementation of makeClusterFunctions
to create a return
value for the submitJob
function.
makeSubmitJobResult( status, batch.id, log.file = NA_character_, msg = NA_character_ )
status | [ |
---|---|
batch.id | [ |
log.file | [ |
msg | [ |
[SubmitJobResult
]. A list, containing
status
, batch.id
and msg
.
Other ClusterFunctionsHelper:
cfBrewTemplate()
,
cfHandleUnknownSubmitError()
,
cfKillJob()
,
cfReadBrewTemplate()
,
makeClusterFunctions()
,
runOSCommand()