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 locked

i 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

Popular posts from this blog

java - How to set log4j.defaultInitOverride property to false in jboss server 6 -

c - GStreamer 1.0 1.4.5 RTSP Example Server sends 503 Service unavailable -

Using ajax with sonata admin list view pagination -