-
Notifications
You must be signed in to change notification settings - Fork 11
Messages
CheshireCaat edited this page Feb 7, 2020
·
10 revisions
You can send custom messages to the your script using 'BasRemoteClient'. It's very useful if you want to perform actions like:
- Retrieve results/logs.
- Set/get global variables.
- Show/hide browsers. and other different actions.
The principle of working with messages is very similar to how functions are called. You can use the asynchronous and synchronous send option. If you want to send message and perform any action on result of this message, you can use SendAsync()
method. It contains also many overrides with different arguments, so you can create any logic as you want. Take a look at example.