Package DE_EPAGES::Installer::API::SystemInfoReport::SystemInfoReportHandler
This the install handler for all patch install functions.
Functions
_exportFromParallelProcess
exports the report of the report sections as a called background process will ask permission to delete output folder
Syntax |
$SystemInfoReportHandler->_exportFromParallelProcess( $Recursive, $OutputFolder, $aRoles, $ReportSection, $Role, $aStore ); |
Input |
|
_exportSequential
exports the report of the report sections sequentially in one process will ask permission to delete output folder sets standard values for role and report section if undef
Syntax |
$SystemInfoReportHandler->_exportSequential( $OutputFolder, $aRoles, $aReportSections, $aStore, $Role ) ; |
Input |
|
exportReport
exports the report of the report sections will ask permission to delete output folder sets standard values for role and report section if undef is able to call background processes
Syntax |
$SystemInfoReportHandler->exportReport( $OutputFolder, $Role, $aReportSections, $aStore, $SkriptDir, $Background, $Recursive ); |
Input |
|