InterfaceConsole

InterfaceConsole#

NAME#

Kernel::System::Console::InterfaceConsole - console interface

DESCRIPTION#

PUBLIC INTERFACE#

new()#

Don’t use the constructor directly, use the ObjectManager instead:

my $InterfaceConsoleObject = $Kernel::OM->Get('Kernel::System::Console::InterfaceConsole');

Run()#

execute a command. Returns the shell status code to be used by exit().

my $StatusCode = $InterfaceConsoleObject->Run( @ARGV );