Wait for Local Signal

Wait for a signal within the local instance of Streamer.bot
If the subaction times out, only the signalTimeout will be populated with a value of True

Parameters

Signal Namerequired
String

Name of the signal. The signal names have to match for "Send" and "Wait".

Overwrite Variables
Checkbox

If both actions (the sending and receiving one) have the same variable, the sending one will overwrite the receiving one when checked.

Timeout
Int

Time in milliseconds until the action times out. If left blank, it will default to 30000 ms. If no signal has been received in that time, the sub-action will abort.

Variables

The following variables will be populated after executing this sub-action:

Description
hasResultboolean

Indicator whether a result is included

Example: True/False
signalNamestring

The signal's name

Example: Test Signal
signalTimeoutboolean

Indicator whether the subaction timed out or not

Example: True/False

C# Usage

C# method does not exist for this sub-action