exitCode property

int exitCode
getter/setter pair

The exit code the next runs return (0 ⇒ ok). Settable so a test can make a step fail.

Implementation

int exitCode = 0;