The calls ULPythonCallback is used to start the upload process with python from C++ code. The callback defines one method named UploadProgramFromFile. It will be called automatically whenever a python uploader is selected in FastSuite E2. The callback will run the following scripts in Python:
a.uploadStarter.py
b.the selected uploader script
|