Studio:Script Timeout Considerations
Jump to navigation
Jump to search
The following table describes the situations in which a script within STRIDE Studio timeout period applies or does not apply:
Action |
Timeout Period Applies |
Script is run from within another script using studio.RunBlocking(). | Yes |
Script is run by selecting the script in the Files Pane, right-clicking and choosing Run | Yes |
Script is run from within a test suite by clicking the File:RunAll.png (Run All) button. | Yes |
Script is run from within an Editor window by clicking the (Run) button. | No |
Script is run from within another script using studio.RunNonBlocking(). | No |