Bin.asyncHandling

Set asyncHandling property.

  1. bool asyncHandling [@property getter]
  2. bool asyncHandling [@property setter]
    class Bin
    @property
    void
    asyncHandling
    (
    bool propval
    )

Parameters

propval bool

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.