Hi, So I'm monitoring a windows scheduled task by getting the latest value for "Last run time".
I'm wondering what is the best trigger function to get a legit warning if the task didn't actually run.
Sometimes the status of the task is "Success" and the "Next run time" is updating to the next scheduled time but the "Last run time" won't change ( Means the task is stuck ).
So I need a trigger that will check if the "Last run time" is changed.. I guess?
Thanks
I'm wondering what is the best trigger function to get a legit warning if the task didn't actually run.
Sometimes the status of the task is "Success" and the "Next run time" is updating to the next scheduled time but the "Last run time" won't change ( Means the task is stuck ).
So I need a trigger that will check if the "Last run time" is changed.. I guess?
Thanks
Comment