Go to documentation repository
MsgObject is a prototype (template) used to create objects with methods and properties for handling events. The methods and properties of MsgObject allow receiving the information about objects that send or receive events, generating actions, changing object states, etc.
The methods and properties of the MsgObject prototype can be called via its instance objects or the Event static object.
Event is a static object used to call events in Axxon PSIM. The Event object represents the system event that launched the script. All MsgObject methods and properties are available for the Event object.
The CreateMsg method of the Core object is used to create instances based on the MsgObject prototype.