ToiPlatformServiceComponentInfo Interface Reference


Description

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";

List of all members.

Public Attributes

attribute string name
attribute boolean isDynamic
attribute
ToiPlatformService::TToiComponentState 
state

Member Data Documentation

A flag set to true if the component is dynamic.

The component name.