nrAppStarted

Syntax

nrAppStarted(nr as Object, obj as Object) as Void

Description

Send an APP_STARTED event of type ConnectedDeviceSystem.

Arguments

Arguments

Description

nr

New Relic Agent object.

obj

The object sent as argument of Main subroutine.

Return

Nothing.

Example

sub Main(aa as Object)
...
nrAppStarted(m.nr, aa)