ProcessResult

An enumeration of values that can be produced by an IndexedFileAnalyzer.

Entries

Link copied to clipboard

The process failed during execution of the command.

Link copied to clipboard

The process detected a configuration error, and exited before producing any normal output or side-effect.

Link copied to clipboard
OK(0)

The process completed normally. This is what is automatically returned by successful completion of Java's main().

Properties

Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int
Link copied to clipboard
val value: Int