processes

Type: ProcessDict

The read-only processes property of the Node class is a read-only property that contains a reference to all processes currently executing in the node.

The key of the dictionary is the userCode property of the process.

If abnormal terminations have occurred in a node, duplicated processes can exist.

Lock environmental object collections with extreme caution, as this can cause hold-ups when processes sign off and on and when nodes initiate and terminate; for example, you should never use the foreach instruction to iterate through an environmental object collection. Instead, create a transient clone of the collection and iterate through that.