|
SObjectizer
5.7
|
For simplification of coop deregistration in presence of reference to agent_coop_t two new methods have been added in v.5.5.8.
The first method, so_5::rt::agent_coop_t::deregister(), allows to specify reason of cooperation deregistration:
Please note that deregister() is just a shorhand for:
The second method, so_5::rt::agent_coop_t::deregister_normally(), allows to deregister coop with reason so_5::rt::dereg_reason::normal:
Please note that deregister_normally() is just a shorhand for:
1.8.14