The calls DULPythonCallback are used to start the download process with python from C++ code. The callback defines one method named DownloadActiveProgram (implemented in downloadStarter.py). It will be called automatically whenever a Python downloader is selected in FASTSUITE Edition 2. The callback will run the following scripts in Python: a. downloadStarter.py b. the selected translator script
The Callback will also initialize the DULPythonDownloadOperator.
|