Click or drag to resize

Result(String, NullableBoolean, NullableNodeState, NullableNodeLogicalState, Object) Constructor

Parameterised constructor.

Namespace: Vishnu.Interchange
Assembly: Vishnu.Interchange (in Vishnu.Interchange.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntax
public Result(
	
	string id,
	
	bool? logical,
	
	NodeState? state,
	
	NodeLogicalState? logicalState,
	
	Object? returnObject
)

Parameters

id  String
Id of the owning node.
logical  NullableBoolean
Logical result of the owning node (true, false, null).
state  NullableNodeState
Processing status of the owning node: None, Waiting, Working, Finished, Busy (= Waiting | Working) or CanStart (= None|Finished).
logicalState  NullableNodeLogicalState
Logical state of the owning node: None, Done, Fault, Timeout, UserAbort
returnObject  Object
Any object.
See also