InstanceId
Defined in: jsEngine/api/InstanceId.ts:13
Identifies an instance of the API.
For the API passed into a JsExecution this is the id of the JsExecution itself.
Constructors
new InstanceId()
new InstanceId(
name,id,executionContext?):InstanceId
Defined in: jsEngine/api/InstanceId.ts:18
Parameters
| Parameter | Type |
|---|---|
|
|
|
|
|
|
|
|
Returns
Properties
executionContext
readonlyexecutionContext:undefined|ExecutionContext
Defined in: jsEngine/api/InstanceId.ts:16
id
readonlyid:string
Defined in: jsEngine/api/InstanceId.ts:15
name
readonlyname:string
Defined in: jsEngine/api/InstanceId.ts:14
Methods
toString()
toString():
string
Defined in: jsEngine/api/InstanceId.ts:24
Returns
string
create()
staticcreate(name):InstanceId
Defined in: jsEngine/api/InstanceId.ts:28
Parameters
| Parameter | Type |
|---|---|
|
|
|