All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.xresch.cfw.features.query.manual.commands.command_message.html Maven / Gradle / Ivy


This command can be used to show messages to the user based on data from the

Following code will create 300 random records, and creates various messages based on a number value:

| source random records=300 
| message 
	mode='all'
	separator=" --- "
	[(VALUE > 98), "ERROR", "Value is: "+VALUE]
	[(VALUE > 96), "WARNING", "Value is: "+VALUE]
	[(VALUE > 94), "INFO", "Value is: "+VALUE]
	[(VALUE > 80), "SUCCESS", "Value is: "+VALUE]




© 2015 - 2025 Weber Informatics LLC | Privacy Policy