This should be used only if the bin subclass is modifying the state of its children on its own.
Bin.asyncHandling
bool asyncHandling() @propertyGet asyncHandling property.
Returns
If set to true, the bin will handle asynchronous state changes.
void asyncHandling(bool propval) @propertySet asyncHandling property.
Parameters
propval | 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. |