Suspends the external process that is currently running.
[SupportedOSPlatform("windows")]
[SupportedOSPlatform("macos")]
[SupportedOSPlatform("linux")]
[SupportedOSPlatform("freebsd")]
public void Suspend()
This method uses platform-specific mechanisms for process suspension and is supported on Windows, macOS, Linux, and FreeBSD.
This operation is not supported on iOS, tvOS, or browser platforms.