MessageCenter
To enter the MessageCenter keyword in the command line, use one of the options:
- Type MessageCenter
- Type the shortcut Mes
Description
Section titled âDescriptionâThe MessgeCenter keyword is an object keyword which is used to address the message center.
Syntax
Call MessageCenter ([âCategory.Priorityâ])
Examples
Section titled âExamplesâ- To confirm all messages in the message center, type:
| User name[Fixture]>Call MessageCenter |
Â
- To confirm all messages of the priority Error in MA-Net, type:
| User name[Fixture]>Call MessageCenter âMA-Net.Errorsâ |
- To confirm all messages of the category Warning, type:
| User name[Fixture]>Call MessageCenter â.Warningâ |
- To confirm all messges of the category Power and of the priority Error, type:
| User name[Fixture]>Call MessageCenter âPower.Errorâ |
- To confirm all messages of the category Power, type:
| User name[Fixture]>Call MessageCenter âPower.â |