I need to find whether the agent scheduled is an Hourly or weekly or monthly through the lotusscript classes ?
Thanks in advance.
I need to find whether the agent scheduled is an Hourly or weekly or monthly through the lotusscript classes ?
Thanks in advance.
Subject: Check the properties
Hi,
I am not certain that I totally understand what you mean but if you mean how often the agent is set to run: Open the agent and it’s properties (alt-enter) and you will see a button ‘Schedule’ to press and view the schedule.
Subject: Agent Properties through agent
yes you are right, but i need to get the information through an agent(Lotus Script). I am not sure which classes i should use for that…
I need to get whether the agent is set to run “daily” or “weekly” or “monthly” through the agent.
Subject: Windows only solution OK?
I have code that will return an agent’s run interval, but it uses the C API, so it will only work under Windows OS.
Subject: Agent Interval
Hi Bill,
Thank you so much for your response.Can you please send me the code so that i can check from my end.
Thanks in advance
Regards,
Santhosh CS.
Subject: Re: Find out how often an agent is scheduled to run
If you use DXL to export the agent, then you can examine the output and find what scheduling options are set, without needing to use C API calls.