Below is the stage code :
macroNameParam = MacroName
handleParam = Handle 'instance number
threadObject= New System.Threading.Thread(AddressOf RunMacroAsync)
threadObject.Start()
It works for my former employer. But it is not working for my currently employer. It just run over this stage and Macro did not kick off and no error show up.
Any idea what could be the issue?