StationOptions.SetTimeLimitEnabled
- Aktualisiert2025-07-21
- 1 Minute(n) Lesezeit
StationOptions.SetTimeLimitEnabled
Syntax
StationOptions.SetTimeLimitEnabled( type, operation, enabled)
Purpose
Specifies whether a time limit for an execution is enabled for a specific type of time limit and operation.
Remarks
TestStand maintains a set of time limit settings that determine whether TestStand takes an action when an execution state does not change for a specified amount of time. For example, TestStand could attempt to abort an execution if, while TestStand is attempting to shut down, a terminating execution takes longer than 10 seconds.
TestStand maintains unique time limit settings for normal executions and for executions that run while the engine is exiting. For each type of execution, TestStand maintains different time limit settings for when an execution is aborting, executing, and terminating.
Parameters
type As TimeLimitTypes
[In] Specifies the type of time limit for the setting the method sets.
operation As TimeLimitOperations
[In] Specifies the operation type for the setting the method sets.
enabled As Boolean
[In] Specifies if the time limit is enabled.
See Also
StationOptions.GetTimeLimitEnabled