|
SObjectizer
5.5
|
Two new methods for changing agent's state are added in v.5.5.1.
First one uses new so_5::rt::state_t::activate() method. It means that agent's state can be changed this way:
The second one uses overloaded >>= operator:
The old method so_5::rt::agent_t::so_change_state() is still here. It is not deprecated and will be supported by the future versions of SObjectizer. New methods are introduced to allow a developer to write more concise and readable code.
1.8.14