Adf.Base.Tasks.TaskExecutionExtensions.Execute C# (CSharp) Метод

Execute() публичный статический Метод

public static Execute ( this task ) : bool
task this
Результат bool
        public static bool Execute(this ITask task, params Action[] actions)
        {
            return ValidationManager.Execute(actions);
        }