ConditionNotConnectedTo - sorengranfeldt/mre GitHub Wiki

Condition xsi:type=ConditionNotConnectedTo

This condition can be used to check whether a metaverse object is diconnected from a specific Management Agent / connector. The name of the Management Agent to check is specified in the ManagementAgentName tag (see below).

If the metaverse object does not have a connection to the specified Management Agent, the condition is met.

<ConditionBase xsi:type="ConditionNotConnectedTo">
  <ManagementAgentName>HR</ManagementAgentName>
</ConditionBase>