Class: ExecOsCommandAction

LiveView.AlertRule. ExecOsCommandAction

new LiveView.AlertRule.ExecOsCommandAction(settings)

Action that will execute an operating system command on the LiveView server.
Name Type Description
settings Object optional An object containing initial values for the new ExecOsCommandAction instance.
Name Type Description
command String optional The command to issue to the server operating system.
parameters Object optional A map of parameter name -> parameter value to be applied to the commmand.

Extends

Members

commandString

The command to issue to the server operating system.

parametersObject

A map of parameter name -> parameter value to be applied to the commmand.

enabledboolean

Flag indicating whether or not the Action is enabled (i.e. currently being used to determine whether or not to fire alerts).