Notification Settings Edit Tab

To display the Notification Settings edit tab in the TestStand Sequence Editor , insert a Notification step and select Edit Notification Settings or Step Settings from the context menu. The following operations are available when you use the Notification step type:

  • Create —Creates a reference to a new or existing Notification object.
  • Set —Notifies one or more threads that an event has occurred or a condition has been met. When the notification is in a Set state, Wait operations on the notification succeed immediately.
  • Clear —Clears the state of the notification so subsequent Wait operations block until the next Set Operation.
  • Pulse —Notifies one or all currently waiting threads.
  • Wait —Waits until you Set or Pulse the notification. When the notification is already in a Set state, the Wait operation completes immediately.
  • Get Status —Obtains information about the state of a Notification object.

See Also

Synchronization Step Types