Suspend() Method

Definition

Assembly CliInvoke.dll
Implements Suspend()

Suspends the external process that is currently running.

[SupportedOSPlatform("windows")]
[SupportedOSPlatform("macos")]
[SupportedOSPlatform("linux")]
[SupportedOSPlatform("freebsd")]
public void Suspend()

Remarks

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.