Stata command panel will be unresponsive for a while when python-write task is running. pollstd() in sfi.SFIToolkit seems like a method to keep Stata awake while running python task at background.
But there is no detailed documentation how pollstd()works and how it should be added in Python Script.
Is it sort of decorator to for modifying a function?
Does anyone experienced this know how it works?
static pollstd() Request that Stata poll its GUI at the standard interval. Use this method inside a time-consuming task so that the Stata interface is responsive to user inputs.
Is it sort of decorator to for modifying a function?
Does anyone experienced this know how it works?
