Class: Dvdprofiler2xbmc::ExitCode

Inherits:
Object
  • Object
show all
Defined in:
lib/dvdprofiler2xbmc/views/cli.rb

Overview

Synopsis

Command line exit codes

Constant Summary collapse

UNKNOWN =
3
CRITICAL =
2
WARNING =
1
OK =
0