Feature request

On the properties tab of a scheduled agent I can set up NOT to run on weekends.

I have now a case where I would like the scheduled agent just runs on weekends.

Would be nice to have this possibility in one of the next releas.

Thanks

Subject: Re: Feature request

Good idea :slight_smile:

One work-around is to set the agent to run daily, and then change its code to check for the day of the week and only contine if it is a Saturday or Sunday.

hth

Subject: RE: Re: Feature request

Thanks for your tip. I surly will implement such a work around.