Preload Progress Dialog Box
- Updated2024-10-09
- 3 minute(s) read
Preload Progress Dialog Box
When you open or execute a large sequence file that contains multiple code modules that might take a long time to preload, TestStand launches the Preload Progress dialog box, which displays a progress indicator as TestStand preloads the code modules.
The Preload Progress dialog box launches only after a delay period you specify and only when you open or execute a sequence file that specifies an appropriate preload option or contains a step that specifies an appropriate preload option, as the following table describes. The Preload Progress dialog box includes only the code modules specified by steps or contained in sequence files that specify an appropriate preload option.
Action You Perform | Sequence File Properties Load Option | Step Properties Load Option |
---|---|---|
Open a sequence file | Preload when opening sequence file | — |
Use step load option | Preload when opening sequence file | |
Execute a sequence file | Preload when execution begins | — |
Use step load option | Preload when execution begins |
By default, the Preload Progress dialog box launches after a delay period of 3 seconds. You can use the Preload Progress Dialog Box Delay option on the Preferences tab of the Station Options dialog box to modify the delay period value. You can also use the StationOptions.PreloadProgressDelay property of the TestStand API to programmatically modify the delay period value. Specify a negative value to disable the Preload Progress dialog box but continue to preload the sequence file.
Click the Cancel button in the Preload Progress dialog box when you open a sequence file to cancel the preload and open the sequence file without preloading the code modules.
Click the Cancel button in the Preload Progress dialog box when you execute a sequence file to cancel the preload and prevent the execution from initiating.