TestStand currently supports posting user interface messages by calling the Thread.PostUIMessageEx method, which allows the steps of an execution to post progress events and user-defined events. Because the PostUIMessageEx method is a method of the Thread class, the thread and its associated execution are automatically properties of the user interface message. You can send additional data using the numericDataParam and stringDataParam parameters of the method.