diff --git a/main/apiplugins/io.sarl.core/src/io/sarl/core/bic.sarl b/main/apiplugins/io.sarl.core/src/io/sarl/core/bic.sarl index d6ff4659f4..c1ef4c32c9 100644 --- a/main/apiplugins/io.sarl.core/src/io/sarl/core/bic.sarl +++ b/main/apiplugins/io.sarl.core/src/io/sarl/core/bic.sarl @@ -363,6 +363,10 @@ capacity Lifecycle { * This action must automatically register the newly created agent * within the default space of the context. * + *

Caution: when this function returns, it replies the UUID of the spawned agent. + * But, there is no warranty that the agent with this id is initialized at the time of the return. + * Indeed, agent spawning is done in parallel to the calling thread. + * *

This function does nothing if one of the following conditions evaluates to true: *