createProcess
Create the Process synchronously.
NOTE: Process.destroy MUST be called before de-referencing the process instance in order to close resources. This is best done via a try/finally block, or utilization of the Closeable.use function which handles it for you.
Return
The Process
See also
Throws
If Process creation failed.