Readonly
readAn AfterEvent
keeper of module load status.
The [AfterEvent__symbol]
property is an alias of this one.
Cuts off the supply when context module no longer used.
Readonly
supplyModule use supply.
The module use stops once this supply is cut off.
Readonly
whenAn OnEvent
sender of the module readiness event.
Sends the loaded module status when it is ready.
Cuts off the supply when context module failed to load or no longer used.
Readonly
whenAn OnEvent
sender of the module settlement event.
Sends the loaded module status when it is settled, but possibly before it is ready.
Cuts off the supply when context module failed to load or no longer used.
Initiate the module use.
Optional
user: SupplyPeerModule user. Contains a supply required by module use supply. The module use stops once the user supply is cut off.
A module usage instance.
Generated using TypeDoc
An instance of the module use.
The module is active while it is in use. I.e. at least one
Use
instance exists and active.The use is active util its supply is cut off.
The module use instance can be used as its handle too.