Skip to content
Guy Allard edited this page Jan 25, 2015 · 3 revisions

WaitForSignal wait for signal leaf node

Description:
The WaitForSignal leaf node waits until it receives a specific signal before returning SUCCESS to its parent.

Parameters:

  • signalName - the name of the signal to wait for
  • timeoutMs - the maximum time in milliseconds to wait for the signal.
    • A value of 0 indicates no timeout.
    • If the signal is not received before the timeout, the node returns FAILURE.

Clone this wiki locally