Skip to main content
Version: Next

Process.hasClosed() method

Signature:

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

Returns:

Promise<void>