EnrichLinkCheckStatuses (open)
Enrich a linkcheck report with text and icons for statuses
Syntax
LOADLIB "mod::consilio/lib/reports.whlib";
RECORD ARRAY FUNCTION EnrichLinkCheckStatuses(RECORD ARRAY links)Parameters
RECORD ARRAY linksList of links to enrich
Return value
RECORD ARRAYThe original record array, enriched with statustext and statusicon
STRING statusiconReference to icon to use for this status
STRING statustextText explaining the status (using the current GetTid language)