BeginInvokeOnMainThread Method¶
BeginInvokeOnMainThread¶
Summary¶
Invokes asynchronously the specified code on the main cBot or Indicator thread.
Signature¶
1 |
|
Parameters¶
Name | Type | Description |
---|---|---|
action | Action | The code to invoke on the main cBot/Indicator thread |
Return Value¶
void
Declaring Type¶
Last update: February 6, 2023