10-31-2010 04:04 AM
When a sequence is finnished, automatically TS show you a report, in that report you can see the time execution, (Time execution : 24mnts 13 sec)
Is there a way to get this value while the sequence is running? Currently only can manage the time in the format hh/mm/ss
I get this time with the function time, but only show the time when the sequence starts and end, not the execution time.
Thanks
11-05-2010 12:00 PM
Hello vic20,
This execution time is not a variable TS manage during execution but just the difference between the "start time" of the sequence last step + the last step Total Time, and the "start time" of the sequence first step.
You can find this information in the ResultList Array, under the TS container:
11-05-2010 04:56 PM
11-06-2010 04:51 AM
OK, Thankyou , now is really clear.