Updating the Status Bar Using UI Messages - .NET
- 更新时间2025-07-23
- 阅读时长1分钟
Purpose
This example demonstrates how to show step execution progress and status in the TestStand Sequence Editor or Execution window.
Example File Location
<TestStand Public>\Examples\Modifying User Interfaces\Updating the Status Bar Using UI Messages\DotNET\Updating the Status Bar Using UI Messages.seq
Highlighted Features
- Execution
- .NET Adapter
Major API
- SequenceContext
- Thread
- Thread.PostUIMessage
- UIMessageCodes Enumeration
Prerequisites
None
How to Use This Example
In TestStand, select Execute»Single Pass to run the sequence. Review the progress bar and progress status field on the status bar of the sequence editor.