Activity Time Elapsed

I want to mesure if the time ellapsed between one actyvity and another is more then 5 minutes.

Can somebody please help me

HI,

One of the easiest ways, can you try to put LogActivity before/after the activity, then check timestamp from Log? (Please turn on ShowTimestamp)

Regards,

Thanks, but I need This to be check automaticly by robot.
I dont know how I can subtreck two dateTime variables and compare it, if it’s more then 5 minutes.

hi,

Hope the following helps you.

DateTime subtract

image

Stopwatch class

Regards,

Hi @tomaz

Try this

Hope might helpful for you

@tomaz

You can try using timer activities…which has start and stop times then you can check the time

image

And to know the execution time of each you can use profile execution option in your debug panel

Cheers

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.