new ExecOsCommandAction(settingsopt)
    Action that will execute an operating system command on the LiveView server.
    Parameters:
| Name | Type | Attributes | Description | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
settings | 
            
            Object | 
                
                    <optional> | 
            
            
            An object containing initial values for the new ExecOsCommandAction instance.
                Properties
  | 
        
Extends
Members
command :String
    The command to issue to the server operating system.
    Type:
- String
 
enabled :boolean
- Inherited From:
 
    Flag indicating whether or not the Action is enabled (i.e. currently being used to determine whether or not to fire alerts).
    Type:
- boolean
 
parameters :Object
    A map of parameter name -> parameter value to be applied to the commmand.
    Type:
- Object