Group

STD.System.Thorlib.Group ( )

Return: Group returns a VARSTRING value.

The Group function returns the name of the node group running the workunit. This name is used in ECL code to specify the target CLUSTER for an OUTPUT action or a PERSISTed attribute.

Example:

IMPORT STD;
A := STD.System.Thorlib.Group();