BlockMBS properties

Online Documentation   -   Statistics   -   FAQ   -   Plugin Parts (All, Dependencies)   -   Class hierarchy

New in Version 22.2 22.3 22.4 22.5 23.0 23.1 23.2 23.3 23.4 23.5 24.0 24.1

The list of the   topics,   classes,   interfaces,   controls,   modules,   global methods by category,   global methods by name,   screenshots,   licenses   and   examples.

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.


💬 Ask a question or report a problem