Find
TaskUtils.Find method
Finds a task which satisfy the condition in a tree of tasks.
public static Task Find(Task root, ICondition<Task> cond)
Parameter | Type | Description |
---|---|---|
root | Task | Root of the tree. |
cond | ICondition`1 | Applied condition. |
Return Value
Task if task was found, otherwise null.
See Also
- class Task
- interface ICondition<T>
- class TaskUtils
- namespace Aspose.Tasks.Util
- assembly Aspose.Tasks