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);
        }