0

In the "Run Application" flow, there is a "Timeout" setting. Is this setting in seconds? Milliseconds? Something else? The information tooltip does not say in what format it is, nor does the online documentation.

Run application flow dialog

SoCalCoder
  • 317
  • 1
  • 3
  • 9

1 Answers1

2

It's stored in seconds.

I tested that by launching Visual Studio and it waits for the amount of seconds specified before it moves on.

enter image description here

Skin
  • 9,085
  • 2
  • 13
  • 29
  • 1
    Not sure who is the designer of the form, but it's clearly UX needs more improvement of what's the unit for the timeout! I was trying to find documentation and couldn't find any. – Radityo Ardi Jan 11 '23 at 09:43