help | logout
nextThreshold

nextThreshold

Name

nextThreshold -- Get next threshold in chain.

Synopsis

$next_threshold = $mod->nextThreshold();

Description

This function is used to get each of the thresholds (as a list) specified in the RSPD configuration file (in the threshold field). This will return each threshold, one-by-one, until all thresholds have been returned.

Returns

The next threshold string, as specified in the RSPD configuration file, is returned (or undefined if no more thresholds exist).