Getting Started
Tutorials
Programming Guide
API References
This is like CurrentAction, but the set() function returns a promise. The returned promise is designed to reject if the set action is pended and another set is called before the action becomes live.
CurrentAction
set()
Methods
isIdle()
boolean
Returned promise can reject if future calls are made. This is by design.
action (Communicator.Util.ActionLike()) –
Communicator.Util.ActionLike()
Promise[void]