Forks the configured process, waits for it to complete, and returns the exit code.
Forks the configured process, waits for it to complete, and returns the exit code.
The command executed is the commandName
defined for this Fork instance.
It is configured according to config
.
If runnerClass
is defined for this Fork instance, it is prepended to arguments
to define the arguments passed to the forked command.
Forks the configured process and returns a Process
that can be used to wait for completion or to terminate the forked process.
Forks the configured process and returns a Process
that can be used to wait for completion or to terminate the forked process.
The command executed is the commandName
defined for this Fork instance.
It is configured according to config
.
If runnerClass
is defined for this Fork instance, it is prepended to arguments
to define the arguments passed to the forked command.
(Since version 0.13.0) Use apply(ForkOptions, Seq[String])
(Since version 0.13.0) Use apply(ForkOptions, Seq[String])
(Since version 0.13.0) Use apply(ForkOptions, Seq[String])
(Since version 0.13.0) Use apply(ForkOptions, Seq[String])
(Since version 0.13.0) Use apply(ForkOptions, Seq[String])
(Since version 0.13.0) Use apply(ForkOptions, Seq[String])
(Since version 0.13.0) Use Fork