EmitHandle
classThe result of an `emit()` — settles when this event's effects finish. State is already committed when this is returned; the handle tracks only the asynchronous effect phase.
Constructor
constructor
Initialize self. See help(type(self)) for accurate signature.
Properties
| Name | Type | Description |
|---|---|---|
committed | bool | Whether the event passed middleware and ran reducers. |
effects_done | bool | Whether this event's effects have finished. |
event_id | str | The emitted event's id. |
Methods
wait
Block until this event's effects finish (sync scripts).