Variable SettingsFields.executor

The default executor is SingleRunner. If you want to use the ParallelExecutor set this option to parallel or if you want to use the ProcessExecutor set it to process.

template SettingsFields
{
  // ...
  string executor = "default";
  // ...
}