Forum Discussion
bhoppe
15 years agoNew Contributor
I also tried using the .NET process:
< click design now button>
dotNetProcess = dotNET["System_Diagnostics"]["Process"]["GetProcessById_2"](Sys["Process"]("SwitcherProDT").ProcessID);
while(!dotNetProcess["Responding"])
{
Log["Message"]("Waiting for switcherpro to respond...");
aqUtils["Delay"](500);
}
But this doesn't work either, it just skips right over this and continues on.
< click design now button>
dotNetProcess = dotNET["System_Diagnostics"]["Process"]["GetProcessById_2"](Sys["Process"]("SwitcherProDT").ProcessID);
while(!dotNetProcess["Responding"])
{
Log["Message"]("Waiting for switcherpro to respond...");
aqUtils["Delay"](500);
}
But this doesn't work either, it just skips right over this and continues on.
Related Content
- 2 years ago
Recent Discussions
- 13 hours ago