MaxA_Application |
This file includes the 2 main functions used by an analysis and is the interface between the file list maintained by the MaxA Framework and MaxA Scripts.
SUB InitAnalysis( strTitle AS STRING, strAnalysisType AS STRING )
Initializes and prepares MaxA for a new analysis. Call this before any other function.
FUNCTION RunAnalysis() AS INTEGER
Runs the analysis that was initialized by InitAnanlysis. The function will return the completion code. Successful completion is returned as cErrOK. Please see MaxA_Common for defined errro rcodes.
|