captureOutput
Parameters:
triggerExpression | An RDL boolean expression used for the triggering expression. |
processingFunction | An RDL function name for processing the message. |
Returns:
true if the rule was generated successfully, false otherwise.
Example:
function showJobs()
//Set up the triggering expression to capture the IEE114I message,
//which is the response to the "D J,LIST" console command
captureOutput("message.MSGID== \"IEE114I\"", "formatJobOutput")
//Send a D J,LIST command to the console.
sendCommand("D J,LIST")
return true
//Set up the triggering expression to capture the IEE114I message,
//which is the response to the "D J,LIST" console command
captureOutput("message.MSGID== \"IEE114I\"", "formatJobOutput")
//Send a D J,LIST command to the console.
sendCommand("D J,LIST")
return true
Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*