Platforms to show: All Mac Windows Linux Cross-Platform

Back to BlockMBS class.

BlockMBS.AsyncBoolResult as Boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Declare MBS Util Plugin 13.4 ✅ Yes ❌ No ❌ No ✅ Yes All
The result for a boolean block called on a non main thread.

If you use one of the BlockB methods to get a block and it's called on another thread but the main thread, we return the value of this property instead of the actual event result.
(Read only property)

BlockMBS.Synchronous as Boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Declare MBS Util Plugin 16.2 ✅ Yes ❌ No ❌ No ✅ Yes All
Whether to call events synchronously.

If the block is called on another thread, the plugin calls the event on the main thread.
If Synchronous is true, we call the main thread synchronously, else asynchronously.
Default is asynchronously to avoid dead locks.
(Read and Write property)

The items on this page are in the following plugins: MBS Util Plugin.


The biggest plugin in space...