Skip to main content
Version: 11.0

Notify()

note

This article is about the Notify action in the USoft Action Language.

Notify()

Executes the actions on the buttons action list.

Syntax

Notify()

You can use this action to simulate a button press from elsewhere (script or menu):

MyButton.Set()
MyButton.Notify()
MyButton.Unset()

Exposed by

  • Buttons