The type of action taken when the alert triggers.
Namespace: StreamBase.LiveView.API.AlertsAssembly: StreamBase.LiveView.API (in StreamBase.LiveView.API.dll) Version: 10.3.0.4 (10.3.0.4)
Syntax
| C# | Visual Basic | Visual C++ |
public enum ActionType
Public Enumeration ActionType
public enum class ActionType
Members
| Member | Value | Description |
|---|---|---|
| SEND_EMAIL | 0 |
Send an email.
|
| EXECUTE_JAVA | 1 |
Execute a Java action on the server.
|
| EXECUTE_OS_COMMAND | 2 |
Execute an OS command on the server.
|
| PUBLISH_ALERT | 3 |
Adds an alert to the alert table.
|
| LV_PUBLISH_ALERT | 4 |
Publish to the specified table.
|
| SEND_TUPLE | 5 |
Send a tuple to a named input stream.
|
| ISSUE_DELETE_QUERY | 6 |
Issues a Delete query.
|