 | 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: LogicalTaskTreeAssembly: LogicalTaskTree (in LogicalTaskTree.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntaxpublic bool CanControlledTreeStart(
bool calledFromRoot,
ResultDictionary collectedEnvironment
)
Public Function CanControlledTreeStart (
calledFromRoot As Boolean,
collectedEnvironment As ResultDictionary
) As Boolean
public:
bool CanControlledTreeStart(
bool calledFromRoot,
ResultDictionary^ collectedEnvironment
)
member CanControlledTreeStart :
calledFromRoot : bool *
collectedEnvironment : ResultDictionary -> bool
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
BooleanTrue if the node can be started.
See also