Product Information > JADE Encyclopaedia of Classes – Volume 2 > Chapter 1 - System Classes > sendMsg

sendMsg

sendMsg(message: String);

The sendMsg method of the Object class sends the specified message (method or condition) to the receiver.

The message parameter must be the name of a valid method or condition, which is executed when the sendMsg method is called. See also the Object class sendMsgWithParams method.