CustomPostStepUIMsgOptions
- Updated2024-10-09
- 1 minute(s) read
CustomPostStepUIMsgOptions
These constants represent the values you can use with the CustomUIMessageOptions parameter of the Execution.AddPostStepCustomUIMessage method. Use the bitwise-OR operator to specify more than one option.
- CustomUIMsgOptions_AppliesToAllThreads –(Value: 2) Use this flag to send custom user interface message to all threads this execution creates. Otherwise, only the foreground thread of the execution sends this message.
- CustomUIMsgOptions_NoOptions –(Value: 0) No options.
- CustomUIMsgOptions_SuppressIfTraceSent –(Value: 1) When this flag is set, TestStand does not send a user interface message if a UIMsg_Trace message is sent. Do not use this option if you want the UIMessage sent even when tracing is disabled.