Skip to content

NodejsEnvironment.ExitCode property

Gets the exit code returned by the environment after it is disposed, or null if the environment is not disposed.

C#
public int? ExitCode { get; }

See Also

Released under the MIT license