Forum Discussion

ChrisPro's avatar
ChrisPro
Contributor
10 years ago

Display application in task bar

I don't know if an application is reduced in task bar or not.



What is the solution to display always the application?

2 Replies


  • There is check for (Sys.WaitProcess("MyProcess", 1000).Exists) where you can replace the "MyProcess" with the specific program process/mapped process that TC reads it as. I would run the Test Recorder for a few minutes to verify the process name gets recorded if you already have it running. or if your program is does not start automatically you could start the recorder then run your program from an explorer window or command prompt if you know how. Once the program is running you could verify it with either windows task manager or the system tray. In Windows 8 and win 8.1, the Task Manager has to be in More details view to drill down and see what processes are running currently.