Execution time from AfterAction script event

Hi guys,

What's the easiest way to get the execution time of an action in its AfterAction event? Can I get it from the action somehow? Do I have to write the Start time in BeforeAction to some global variable and then calculate the difference?

I'm using FinalBuilder 5

Rgds

Richard

Hi Richard,

You’ll need to write the start time to a variable on the action’s BeforeAction event script and then calculate the difference in the actions AfterAction event.

Regards,
Paul.