Forum Discussion

nedbacan's avatar
nedbacan
Frequent Contributor
4 years ago
Solved

Measure the time it takes for a button to become enabled

Can someone instruct me how I would measure the time it takes for a button to become enabled on the screen.  Should I use aqPerformance.Start()  or will it be better to use aqDateTime.Now() as a stop...
  • BenoitB's avatar
    BenoitB
    4 years ago
    yes, i just forgot the () ..
  • AlexKaras's avatar
    AlexKaras
    4 years ago

    yes, i just forgot the () ..

    Parenthesis are required for JavaScript only and until now JavaScript was not mentioned in any way... πŸ˜‰

     

  • nedbacan's avatar
    nedbacan
    4 years ago

    Problem solved with aqPerformance.Value().

     

    AlexKaras and BenoitBMy thanks to both of you and appreciation for your time.