Syntax
nrAppStarted(nr as Object, obj as Object) as VoidDescription
Send an APP_STARTED event of type ConnectedDeviceSystem.
Arguments
Arguments | Description |
|---|---|
| New Relic Agent object. |
| The object sent as argument of Main subroutine. |
Return
Nothing.
Example
sub Main(aa as Object) ... nrAppStarted(m.nr, aa)