Studio:Script Timeout Considerations: Difference between revisions
Jump to navigation
Jump to search
(New page: == Timeout Considerations == File Properties | Overview: Script Files The File Properties window allows you to set a timeout period in mill...) |
No edit summary |
||
Line 1: | Line 1: | ||
[[#Ascript.Arguments|File Properties]] | [[#Ascript.Arguments|Overview: Script Files]] | [[#Ascript.Arguments|File Properties]] | [[#Ascript.Arguments|Overview: Script Files]] | ||
Line 11: | Line 10: | ||
| width="250" bgcolor="#66ff99" | '''Action'''<br> | | width="250" bgcolor="#66ff99" | '''Action'''<br> | ||
| width="100" bgcolor="#66ff99" | '''Timeout Period Applies'''<br> | | width="100" bgcolor="#66ff99" | '''Timeout Period Applies'''<br> | ||
|- | |- | ||
| Script is run from within another script using RunBlocking() | | Script is run from within another script using RunBlocking() |
Revision as of 17:48, 8 July 2008
File Properties | Overview: Script Files
The File Properties window allows you to set a timeout period in milliseconds for scripts to run, as well as specify a timeout script to run when the timeout period expires.
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() | 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 | Yes |
Script is run from within an Editor window by clicking | No |
Script is run from within another script using RunNonBlocking() | No |
A timeout script is run | No |