public interface RunProfileState
| Modifier and Type | Method and Description |
|---|---|
ExecutionResult |
execute(Executor executor,
ProgramRunner<?> runner)
Starts the process.
|
ExecutionResult execute(Executor executor, ProgramRunner<?> runner) throws ExecutionException
executor - the executor used to start up the process.runner - the program runner used to start up the process.DefaultExecutionResult), containing a process handler
and a console attached to it.ExecutionException - if the execution has failed.