I think I have a working ps script running as a scheduled task. What I've found is that the status is "ready", but I can see the process that the powershell script launches running as it's an app that's a .exe which uploads log files for a vendors app and it could take 20 or 45 minutes to run.
I'm not sure why the task shows ready even though the .exe is still running and it looks like it is uploading the logs which is good.
But how do I know when it's "really" done and how can I get the results of the task, it shows it's "0" status already which is good, but I want to know if the logs really completed uploading. There is a log file that gets created but its a .log format and it's a ton of data so I'm not sure if I could find out using that if it worked?