getInvokerID()

eSignal EFS 2

getInvokerID()

Top  Previous  Next

getInvokerID()

 

Returns a unique identifier for the chart window that the current script is running under.

 

Parameters

 

none

function takes no parameters

 

Usage

 

function main() {

var myVar;

       ...

       ...

 

 

       myVar = getInvokerID();

 

}