Context module load status.

This status is reported by loaded module handle.

Hierarchy

  • Status

Properties

error?: unknown

Error occurred while loading the module.

module: CxModule

Loaded module.

Note that it may differ from the one requested to load. E.g. when another module * provides it.

provided: boolean

Whether the module implementation provided.

ready: boolean

Whether the module loaded and ready for use.

The module is ready when it is settled, and all of its initializers succeed.

settled: boolean

Whether the module settled.

The module is settled when its set up is complete.

used: boolean

Whether the module is used at least once.

Generated using TypeDoc