StationOptions.GetTimeLimitEnabled
- Aktualisiert2025-07-21
- 1 Minute(n) Lesezeit
StationOptions.GetTimeLimitEnabled
Syntax
StationOptions.GetTimeLimitEnabled( type, operation)
Return Value
Returns a value that indicates whether the time limit is enabled.
Purpose
Returns a value that indicates 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 returns.
operation As TimeLimitOperations
[In] Specifies the operation type for the setting the method returns.
See Also
StationOptions.GetTimeLimitAction