Schedule a task with 'AND' and 'WAIT' conditions with Windows Tasks scheduler -
Schedule a task with 'AND' and 'WAIT' conditions with Windows Tasks scheduler -
i want task start when both of these conditions met:
once week, every week. every fri @ 3pm when session started , not lockedi know how 1 or 2, i'm not able schedule task when 2 conditions meet.
in other words, if session locked @ 3pm, don't want task start now, don't want skipped! want task wait session opened (or unlocked) , start immediately.
so if session unlocked saturday morning , not friday, task shall execute on saturday; , repeat same process next friday.
i not sure how right specify conditions such that:
if fri @ 3 pm , session unlocked; task should run. if interval (friday @ 3 pm) has passed, task has not run (because session not available); should run @ first instance session available, irrespective of date , time. windows scheduled-tasks task scheduler
Comments
Post a Comment