a0SelfNode

The number of the executing node of a thread.


Syntax

int a0SelfNode;

Description

This state variable contains the number of the node that is running the current thread. It is greater than or equal to 0 and less than a0NodeCount.

See Also

a0NodeCount