prologBashScripts property

List<String>? prologBashScripts
getter/setter pair

Slurm prolog scripts, which will be executed by compute nodes before a node begins running a new job.

Values must not be empty.

Optional.

Implementation

core.List<core.String>? prologBashScripts;