Page 1 of 1

Understanding the expanded wait commands

PostPosted: Mon May 30, 2022 6:03 am
by GWalberg
Morning.

Can you please give me more details about the Expanded Wait Command in eValid?

Thanks

Re: Understanding the expanded wait commands

PostPosted: Tue May 31, 2022 9:12 am
by eValid
GWalberg wrote:Morning.

Can you please give me more details about the Expanded Wait Command in eValid?

Thanks


Thanks for asking GWalberg, happy to help out.

A subset of the "Wait" command in eValid allows the user to define a specific time or date outside the scope of the normal wait time set in the preferences.

These commands give the user full flexibility in running time-critical scripts.

Below are the subset of commands and a brief description of each "Wait" based command:

1. WaitDate Enables the script to wait until the system time's month and date meet or exceed the specified month and the specified date.

2. WaitDateTime Enables the script to wait until the system time's month, date, and time meet or exceed the specified month, date and time..

3. WaitHH Enables the script to wait for the exact hour specified before running the next command.

4. WaitMM Enables the script to wait for the exact minute specified before running the next command.

5. WaitModHH Enables the script to wait for the next exact hour that is a multiple of the value specified before running the next command.

6. WaitModMM Enables the script to wait for the next exact minute that is a multiple of the value specified before running the next command.

7. WaitTime Enables the script to wait for the exact hour 'HH' and exact minute

8. WaitTimeMod Enables the script to wait for the next exact hour that is a multiple of the specified 'HH' value and the next exact minute that is a multiple of the specified 'MM' value before running the next command.


-- eValid Support