public final class EmptyRunProfileState extends java.lang.Object implements RunProfileState
Modifier and Type | Field and Description |
---|---|
static RunProfileState |
INSTANCE |
Modifier and Type | Method and Description |
---|---|
ExecutionResult |
execute(Executor executor,
ProgramRunner<?> runner)
Starts the process.
|
public static final RunProfileState INSTANCE
public ExecutionResult execute(Executor executor, ProgramRunner<?> runner)
RunProfileState
execute
in interface RunProfileState
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.