SoftTree Technologies SoftTree Technologies
Technical Support Forums
RegisterSearchFAQMemberlistUsergroupsLog in
What's the format of "Schedule Type T"? Minute lev

 
Reply to topic    SoftTree Technologies Forum Index » 24x7 Scheduler, Event Server, Automation Suite View previous topic
View next topic
What's the format of "Schedule Type T"? Minute lev
Author Message
CanadaUser



Joined: 12 May 2009
Posts: 6
Country: Canada

Post What's the format of "Schedule Type T"? Minute lev Reply with quote
Using the COM API to set intervals of trigger, what's the format of "Schedule Type T"?
Can the interval be set at the minute level?

Thanks!
Tue May 12, 2009 6:03 pm View user's profile Send private message
SysOp
Site Admin


Joined: 26 Nov 2006
Posts: 7951

Post Reply with quote
It should be in hours:minutes:seconds format. Seconds can be omitted, for example, "01:00" will set the job to run every hour. This is the same value and format that you see in the GUI in the Job Properties Wizard.
Tue May 12, 2009 7:49 pm View user's profile Send private message
CanadaUser



Joined: 12 May 2009
Posts: 6
Country: Canada

Post Reply with quote
Can the interval be set at the minute level? Say I want to check out some kind of data for every 20 seconds.
Wed May 13, 2009 12:35 pm View user's profile Send private message
SysOp
Site Admin


Joined: 26 Nov 2006
Posts: 7951

Post Reply with quote
Yes "00:00:20"

But this is wrong by design. This will generate some load for no reason. If you need to implement a frequent polling method, you could create a never ending script job looping forever and checking event conditions, for example in JAL,

LoopWhile TRUE, END_LOOP
... check something
... do something
Wait(20)
END_LOOP:


Similar things can be done in other types of supported script jobs (JavaScript, VBScript, etc..) depending on the environment.
Wed May 13, 2009 12:46 pm View user's profile Send private message
Display posts from previous:    
Reply to topic    SoftTree Technologies Forum Index » 24x7 Scheduler, Event Server, Automation Suite All times are GMT - 4 Hours
Page 1 of 1

 
Jump to: 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


 

 

Powered by phpBB © 2001, 2005 phpBB Group
Design by Freestyle XL / Flowers Online.