This is the documentation for ToiPlatformServiceComponentInfo.
Information about a platform component. Use toi.statics.ToiPlatformServiceComponentInfo.create(<name>, <isDynamic>, <state>) to create an instance of ToiPlatformServiceComponentInfo.
import "ToiPlatformServiceComponentInfo.idl";
Public Attributes | |
attribute string | name |
attribute boolean | isDynamic |
attribute ToiPlatformService::TToiComponentState | state |
attribute boolean ToiPlatformServiceComponentInfo::isDynamic |
A flag set to true if the component is dynamic.
attribute string ToiPlatformServiceComponentInfo::name |
The component name.
The current component state.