ExitCode

object ExitCode
Companion:
class
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply(i: Int): ExitCode

Creates an ExitCode.

Creates an ExitCode.

Value parameters:
i

the value whose 8 least significant bits are used to construct an exit code within the valid range.

Concrete fields