Kernel::System::Daemon::DaemonModules::BaseTaskWorker

NAME

Kernel::System::Daemon::DaemonModules::BaseTaskWorker – scheduler task worker base class

DESCRIPTION

Base class for scheduler daemon task worker modules.

METHODS

new()

Constructor for Daemon Task Worker objects.

ModuleName()

Derives the Module Name in comparison with the Base Module Name

InitPrinter()

Configuring the STDOUT and STDERR printing

Print()

This method will print the given text to STDOUT.

PrintError()

This method will print the given text to STDERR.

You can add color tags (<green>...</green>, <yellow>...</yellow>, <red>...</red>) to your text, and they will be replaced with the corresponding terminal escape sequences if the terminal supports it.

Scroll to Top