Process.hasClosed() method

Signature

class Process {
  hasClosed(): Promise<void>;
}

Returns:

Promise<void>