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.
|
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).