Studio:Script Timeout Considerations: Difference between revisions

From STRIDE Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
The following table describes the situations in which a timeout period applies or does not apply:
The following table describes the situations in which a timeout period applies or does not apply:
{| cellspacing="0" cellpadding="10" width="100%" border="1"
{| cellspacing="0" cellpadding="10" width="100%" border="1"
Line 19: Line 18:
|-
|-
| Script is run from within another script using RunNonBlocking() from Studio.
| Script is run from within another script using RunNonBlocking() from Studio.
| No
|-
| A timeout script is run
| No
| No
|}
|}


<br>
<br>

Revision as of 19:00, 8 July 2008

The following table describes the situations in which a timeout period applies or does not apply:

Action
Timeout Period Applies
Script is run from within another script using RunBlocking() from Studio. 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 File:RunAll.png Yes
Script is run from within an Editor window by clicking Run.jpg No
Script is run from within another script using RunNonBlocking() from Studio. No