requireHostsFile property

  1. @TagNumber(11)
bool requireHostsFile

When true, Batch will populate a file with a list of all VMs assigned to the TaskGroup and set the BATCH_HOSTS_FILE environment variable to the path of that file. Defaults to false.

Implementation

@$pb.TagNumber(11)
$core.bool get requireHostsFile => $_getBF(7);
  1. @TagNumber(11)
void requireHostsFile=(bool v)

Implementation

@$pb.TagNumber(11)
set requireHostsFile($core.bool v) { $_setBool(7, v); }