extraCommands - Pre & Post commands

Allow execution of a bash oneline before & after job completion

moa.plugin.system.extraCommands.hook_postRun()

If defined, execute the postCommand

moa.plugin.system.extraCommands.hook_preRun()

If defined, execute the precommand

moa.plugin.system.extraCommands.postcommand(job, args)

Execute ‘postcommand’

moa.plugin.system.extraCommands.precommand(job, args)

Execute ‘precommand’

Previous topic

doc - Manage job documentation

Next topic

fileset - define sets of in&output files