PowerShell and Python scripts launching performance improved

<< Click to Display Table of Contents >>

Navigation:  SP 0.0 > Enhancements > PowerShell (.ps1) and Python (.py) scripting >

PowerShell and Python scripts launching performance improved

Performance has been improved when launching scripts since the PowerShell and Python engine are started once and then remain active for every subsequent execution. This avoids the engine staring time and the api initialization time, since it is internally initialized only once. However, please note that the standard initialization instructions are still required.