NAnt SDK Documentation - v0.92

ExternalProgramBase.UnknownExitCode Field

Defines the exit code that will be returned by ExitCode if the process could not be started, or did not exit (in time).

[Visual Basic]
Public Const UnknownExitCode As Integer = -1000
[C#]
public const int UnknownExitCode = -1000;

See Also

ExternalProgramBase Class | NAnt.Core.Tasks Namespace