Find

Find

Finds a task which satisfy the condition in a tree of tasks.

Returns: Task if task was found, otherwise null.

Find(const System::SharedPtr< Task > & root, const System::SharedPtr< ICondition < System::SharedPtr< Task >>> & cond)
ParameterDescription
rootRoot of the tree.
condApplied condition.