Module NodeComponentStateEnums

NodeComponentState

Legacy version of enum "kanzi.NodeComponent.State". State indicating if component is attached to a node, detached from any node or in process of attaching/detaching.

StateDetached

Indicates node component detached from any node.

StateDetaching

Indicates node component in progress of detaching from the node.

StateAttaching

Indicates node component in progress of attaching to a node.

StateAttached

Indicates node component attached to a node.