spawn
Spawns the Process
NOTE: Process.destroy MUST be called before de-referencing the Process instance in order to close resources. This is best done via try/finally, or the useSpawn function which handles it for you.
Throws
if Process creation failed