Filter

Filter

Builds new tree of tasks which satisfy the condition.

Returns: Root of a new tree.

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