Summary
Gets the value that the process specified when it terminated.
- Assembly
- NAnt
.Core .dll - Namespace
- NAnt
.Core .Tasks - Containing Type
- ExternalProgramBase
Syntax
public int ExitCode { get; }
Value
Type | Description |
---|---|
int |
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).
|