Adf.Base.Tasks.Task.Continue C# (CSharp) Method

Continue() public method

Provide a method to continue one or more tasks after completion of specified task.
public Continue ( Adf.Core.Tasks.ApplicationTask finishedtask, TaskResult returns ) : void
finishedtask Adf.Core.Tasks.ApplicationTask The task which will check for cmpletion.
returns Adf.Core.Tasks.TaskResult The that defines the current status of a task.
return void
        public virtual void Continue(ApplicationTask finishedtask, TaskResult returns, params object[] p)
        {
            Finish(returns, p);
        }