Execution.EnableCallback
- Mise à jour2025-07-21
- Temps de lecture : 1 minute(s)
Execution.EnableCallback
Syntax
Execution.EnableCallback( callbackType, newValue)
Purpose
Enables or disables the callback sequence that corresponds to the callback type passed as the input parameter.
Remarks
If the newValue parameter is set to False , TestStand disables the callback. Otherwise, TestStand enables the callback. Use the Execution.IsCallbackEnabled method to determine whether a callback is enabled.
Parameters
callbackType As CallbackTypes
[In] Specifies the callback type .
newValue As Boolean
[In] If this value is False , TestStand disables the callback. Otherwise, TestStand enables the callback.