| makeSubmitJobResult {batchtools} | R Documentation |
Create a SubmitJobResult
Description
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.
Usage
makeSubmitJobResult(
status,
batch.id,
log.file = NA_character_,
msg = NA_character_
)
Arguments
status |
[ |
batch.id |
[ |
log.file |
[ |
msg |
[ |
Value
[SubmitJobResult]. A list, containing
status, batch.id and msg.
See Also
Other ClusterFunctionsHelper:
cfBrewTemplate(),
cfHandleUnknownSubmitError(),
cfKillJob(),
cfReadBrewTemplate(),
makeClusterFunctions(),
runOSCommand()