NAnt SDK Documentation - v0.85-nightly-2005-11-09

ExternalProgramBase.ExitCode Property

[This is preliminary documentation and subject to change.]

Gets the value that the process specified when it terminated.

[Visual Basic]
Public ReadOnly Property ExitCode As Integer
[C#]
public int ExitCode {get;}

Property Value

The code that the associated process specified when it terminated, or -1000 if the process could not be started or did not exit (in time).

Remarks

Missing <remarks> documentation for P:NAnt.Core.Tasks.ExternalProgramBase.ExitCode

See Also

ExternalProgramBase Class | NAnt.Core.Tasks Namespace