public interface ProcessDefinition
| Modifier and Type | Method and Description |
|---|---|
ProcessInstance |
getProcess()
Returns the process without running.
|
ProcessInstance |
run()
Runs a new process.
|
ProcessInstance run() throws InterruptedException
If the input redirect type is STREAM you should invoke manually
ProcessInstance.waitForReady() after writing to and closing
the subprocess standard input ProcessInstance.getInput().
InterruptedException - on interrupted.ProcessInstance getProcess()
Copyright © 2016–2019 Softelnet. All rights reserved.