Page 1 of 1

Need help during monitoring mode with time limits

PostPosted: Thu Dec 13, 2018 1:01 pm
by BFortier
Afternoon.

Neat product, seems to have a good rep. but when eValid is in "monitoring mode" what about actions to take when a playback script exceeds time limits?

Got any ideas for me?

Thanks

Re: Need help during monitoring mode with time limits

PostPosted: Fri Dec 14, 2018 1:39 pm
by eValid
BFortier wrote:Afternoon.

Neat product, seems to have a good rep. but when eValid is in "monitoring mode" what about actions to take when a playback script exceeds time limits?

Got any ideas for me?

Thanks


Thanks for the kind words BFortier.

Much appreciated.

This command will do the job for you:

OvertimeAlarm msec "text" "URL" "email" action

Available from the GUI during recording or editable,

The user can establish a maximum time, specify an alarm message text, declare a URL to invoke on playback, and specify the action to be taken in case the alarm flag is thrown.

The variables in the command are as follows:

msec -- The total number of milliseconds of elapsed time since the last ResetTimer above which an alarm is sounded.

text -- The message to be sent to the user.

URL -- The URL to invoke in case an alarm is sounded.

email -- The email address to be passed to the URL for processing, and to which the message will be sent.

action -- this variable specifies what to do if the alarm flag is thrown, as follows:

0 = Stop playback;

1 = Pause (the user can resume playback manually);

2 = Continue playing the script.

Hope that helps you out.

If you need more help on the subject, please contact us.


-- eValid Support