Checks if all components are opened.
To be checked components must implement IOpenable interface. If they don't the call to this method returns true.
a list of components that are to be checked.
true if all components are opened and false if at least one component is closed.
Checks if specified component is opened.
To be checked components must implement IOpenable interface. If they don't the call to this method returns true.
the component that is to be checked.
true if component is opened and false otherwise.
Opens multiple components.
To be opened components must implement IOpenable interface. If they don't the call to this method has no effect.
(optional) transaction id to trace execution through call chain.
the list of components that are to be closed.
callback function that returns error or null no errors occured.
Opens specific component.
To be opened components must implement IOpenable interface. If they don't the call to this method has no effect.
(optional) transaction id to trace execution through call chain.
the component that is to be opened.
callback function that returns error or null no errors occured.
Generated using TypeDoc
Helper class that opens components.
IOpenable