cancel
Showing results for 
Search instead for 
Did you mean: 

capture a set of XSJS API's duration at regular interval

Raghu9t2
Participant
0 Kudos

Hi,

I am working on a requirement where i need to run a set of XSJS API's and capture the duration of them and this process needs to be done at regular intervals

Can you please suggest me few ways through which i can achieve the above?

Thanks in advance

Regards

Raghu M

Accepted Solutions (0)

Answers (2)

Answers (2)

mantrishekar
Active Participant

Hi Raghu,

You can write those set of xsjs apis in setinterval methods.So that they will automatically get called in regilar interval of times as defined.

Regards,

Shekar.

Raghu9t2
Participant
0 Kudos

Hi Mantri,

Thanks for your response.

In case if i want to call a xsjs(say xyz.xsjs) service from a newly created xsjs. How this can be done?

Regards

Raghu M