Abstract
Protected
_openProtected
_resultProtected
inProtected
Readonly
onProtected
Readonly
queueThe transaction will self-dispose when the queue is empty, once at least one action has been processed.
Protected
statusAn event fired when the transaction is wrapping up.
Consumers can call waitUntil
on the event to delay the resolution of the result
Promise.
Whether the transaction is still accepting new interactions. Enqueueing an action when the Transaction is no longer open will throw an error.
Protected
Abstract
actProtected
concludeProtected
disposeProtected
doProtected
initProtected
Abstract
setProtected
Abstract
tear
Whether any actions have been added to the transaction. The Transaction will not self-dispose until at least one action has been performed.