1Rex::Commands::Notify(3U)ser Contributed Perl DocumentatiRoenx::Commands::Notify(3)
23
4
NAME
6Rex::Commands::Notify - Notify a resource to execute.
7
DESCRIPTION
9This module exports the notify() function.
10
SYNOPSIS
12notify "run", "extract-archive";
13notify $type, $resource_name;
14
EXPORTED FUNCTIONS
16notify($resource_type, $resource_name)
17This function will notify the given $resource_name of the given
18$resource_type to execute.
1920
21
22
perl v5.36.1 2023-08-07 Rex::Commands::Notify(3)