Raise
Warning
This function is for internal use only.
| Function | |
|---|---|
| Action | A built-in function to raise one or more events. | 
| Parameters | 
 NoteThe topic name is not case-sensitive. | 
| 
 NoteIf not given, the timestamp is the time of execution. | |
| 
 NoteIt is not mandatory for an event to have associated data, in which case just 1 event will be raised. | |
| 
 Standard events may be batched and not sent for a few seconds for efficiency reasons, whereas urgent events are sent immediately. New in v5.2. | |
| Return values | 
 NoteThis will be 1 if there was no  | 
| Example | Example - raise an event for each row in @stoppedServices Raise(Topic: "Service.Stopped", EventData: @stoppedServices, Timestamp: "2019-09-15T18:25:43.511Z"); | 
| Platforms | 
 | 
| Notes | From v5.0. |