ProcessFuture.get
Process[] get()Gets the result, blocking if necessary.
This method blocks until PIDs are available, then creates Process objects from those PIDs in the main thread.
Returns
Array of Process objects.
Throws
Exception if the async operation failed.