Page 1 of 1

Running time of Scripts

PostPosted: Thu Nov 12, 2020 11:26 am
by HarryB
Hi.

How can I determine the Running Time of Specific Scripts?

Thanks

Re: Running time of Scripts

PostPosted: Fri Nov 13, 2020 8:37 am
by eValid
HarryB wrote:Hi.

How can I determine the Running Time of Specific Scripts?

Thanks


Great question HarryB, thanks for asking.

When running scripts at a specific time, it is often very hard to accomplish especially when a lot of work is at hand.

eValid helps the user by automating the process of running specific scripts at a time specified by the user.

This means that the user can run test almost unattended!

Just add the Wait commands in the script:

For all HH commands, the val parameter has a range of 00-23.

For all MM commands, the val parameter has a range of 00-59.

WaitHH [value] - WaitHH will wait for the exact hour specified before running a script.

WaitMM [value] - WaitMM will wait for the exact minute specified before running a script.

WaitModHH [value] - WaitModHH will wait for the next exact hour that is a multiple of 'val' before running a test.

WaitModMM [value] - WaitModMM will wait for the next exact minute that is a multiple of 'val' before running a test.

Once inserted in the script, the Wait commands will not commence until the specified time is reached.


-- eValid Support