Adf.Core.Tasks.TaskManager.FindTaskById C# (CSharp) Method

FindTaskById() public static method

Find a task by a specified identifier from the System.Collections.Hashtable of tasks.
public static FindTaskById ( System.Guid id ) : ITask
id System.Guid The identifier of the task.
return ITask
        public static ITask FindTaskById(Guid id)
        {
            return Provider.FindTaskById(id);
        }