Hello,
We have a task which checks every hour if jobs have been added to a list (CSV-File) and if so will start provisioning tasks including Microsoft Teams.
If there are many entries it could take more than an hour (especially the microsoft teams task may take a while) and the the next run of the scheduled task starts to run.
It would be great if we could add a condition or check withing the script, if the previous job has completed or is still running to prevent duplicate runs. Is this somehow possible?