Wait For Remote Signal

Wait for a remote signal from another Streamer.bot instance
0.2.4
If the subaction times out, only the signalTimeout will be populated with a value of True

Parameters

Instancerequired
Selection

Select a specific instance or send it to any

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 it being send over in that time, the subaction will abort.

Variables

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

Description
hasResultBool

Indicator whether a result is included

Example: True/False
instanceIdString

The instance ID

Example: dc01c234-567e-412b-ab5e-9a5a8385b85d
instanceNameString

The name of the instance

Example: SB Laptop
instanceOsString

The instance's operating system

Example: windows
instanceVersionString

The Streamer.bot version of the instance

Example: 0.2.4-alpha.18
signalNameString

The signal's name

Example: Test Signal
signalTimeoutBool

Indicator whether the subaction timed out or not

Example: True/False

C# Usage

C# method does not exist for this sub-action