Kernel::Test::Role::Environment::HandlesNotificationEvent

NAME

Kernel::Test::Role::Environment::HandlesNotificationEvent – Role to handle Notification Tasks.

ATTRIBUTES

has 'NodeID'

The Node ID which will lock the Notification Tasks

METHODS

around 'StartHook'

Runs old scheduled Notification Tasks

RunScheduledNotificationTasks()

Run all scheduled Notification Tasks

    $Self->RunScheduledNotificationTasks();

around 'StartHook'

Runs all scheduled Notification Tasks which were left over

Scroll to Top