Click or drag to resize

LogicalNodeCanControlledTreeStart method

Specifies whether a (sub)tree can be started in a JobController, i.e. that the node and all its parents can be started (recursively).

Namespace: LogicalTaskTree
Assembly: LogicalTaskTree (in LogicalTaskTree.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntax
public bool CanControlledTreeStart(
	
	bool calledFromRoot,
	
	ResultDictionary collectedEnvironment
)

Parameters

calledFromRoot  Boolean
If true, the method was called by the root node.
collectedEnvironment  ResultDictionary
Dictionary with results of the nodes preceding the node.

Return value

Boolean
True if the node can be started.
See also