LoadConfigHook

Syntax

sub LoadConfigHook

Back to top

Description

This function is called for every change request during initial planning. It enables saving pre-calculated data or configurations to the FireFlow server in-memory configuration, and retrieving the data later via other hooks or scrips. It receives the current program name as input.

Back to top

Input Parameters

$progName

The current program name. The possible values are:

  • $FireFlow::Hooks::PROG_NAME_HTTPD
  • $FireFlow::Hooks::PROG_NAME_START_WORKER

Back to top

Return Values

None.

Back to top