Bin.asyncHandling

bool asyncHandling() @property

Get asyncHandling property.

Returns

If set to true, the bin will handle asynchronous state changes.

This should be used only if the bin subclass is modifying the state of its children on its own.

void asyncHandling(bool propval) @property

Set asyncHandling property.

Parameters

propvalIf set to true, the bin will handle asynchronous state changes. This should be used only if the bin subclass is modifying the state of its children on its own.