Cluster.getAgentId()

Signature

int getAgentId()

Domain

ACTION, CONDITION, QUERY

Description

Returns the unique id of the agent

Parameters

None.

Returns

TypeDescription
intThe id of the agent

Cautions

none

Example


int cAgentId = ClusterFunctions.getAgentId();