Forum Discussion

brudnick's avatar
brudnick
Occasional Contributor
15 years ago

TestedApps.Count is 1 when all testedapps are closed

For good measure in my scripts, the last thing I do is: if (TestedApps.Count > 0) {     TestedApps.CloseAll()  } When all the TestedApps in the project are closed, the value of ...