Difference between revisions of "Studio:Script Timeout Considerations"

From STRIDE Wiki
Jump to: navigation, search
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 [[Ascript#Ascript_API|ascript responce timeout period]] applies or does not apply:
 
{| cellspacing="0" cellpadding="10" width="100%" border="1"
 
{| cellspacing="0" cellpadding="10" width="100%" border="1"
 
|-
 
|-
Line 5: Line 5:
 
| width="100" bgcolor="#66ff99" | '''Timeout Period Applies'''<br>
 
| width="100" bgcolor="#66ff99" | '''Timeout Period Applies'''<br>
 
|-
 
|-
| Script is run from within another script using [[ascript#ascript.Arguments|RunBlocking()]] from Studio.  
+
| Script is run from within another script using '''studio.RunBlocking()'''.  
 
| Yes
 
| Yes
 
|-
 
|-
Line 17: Line 17:
 
| No
 
| No
 
|-
 
|-
| Script is run from within another script using [[ascript#ascript.Arguments|RunNonBlocking()]] from Studio.
+
| Script is run from within another script using '''studio.RunNonBlocking()'''.
 
| No
 
| No
 
|}
 
|}

Revision as of 18:52, 5 August 2008

The following table describes the situations in which ascript responce 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 RunAll.png (Run All) button. Yes
Script is run from within an Editor window by clicking the Run.jpg (Run) button. No
Script is run from within another script using studio.RunNonBlocking(). No