Click or drag to resize

TreeEvent constructor

Constructor: takes over and creates various information for the TreeEvent.

Namespace: Vishnu.Interchange
Assembly: Vishnu.Interchange (in Vishnu.Interchange.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntax
public TreeEvent(
	
	string name,
	
	string sourceId,
	
	string senderId,
	
	string nodeName,
	
	string nodePath,
	
	bool? lastLogical,
	
	NodeLogicalState logicalState,
	
	ResultDictionary? results,
	
	ResultDictionary? environment
)

Parameters

name  String
User-friendly name of the event.
sourceId  String
Id of the node in which the event occurs.
senderId  String
Id of the firing node.
nodeName  String
Name of the firing node.
nodePath  String
Path to the firing knot.
lastLogical  NullableBoolean
Last valid logical result of the node (True or False).
logicalState  NodeLogicalState
Processing status of the node (None, Start, Done, Fault, Timeout, UserAbort).
results  ResultDictionary
List of Result (processing results of the subordinate INodeChecker).
environment  ResultDictionary
List of Result (processing results of the subordinate INodeChecker of the previous nodes).
See also