Use the Wait For Front Panel Activity function when you want a VI to run only after a user interacts with the front panel. This function is designed to save system resources but does not give you any feedback about what event occurred, such as mouse clicks or key strokes. However, you can use the Event structure to respond to and execute code specifically in response to user actions on a control, VI, or application.