ToolTask.SkipTaskExecution Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns true if task execution is not necessary. Executed after ValidateParameters
protected:
virtual bool SkipTaskExecution();
protected virtual bool SkipTaskExecution ();
abstract member SkipTaskExecution : unit -> bool
override this.SkipTaskExecution : unit -> bool
Protected Overridable Function SkipTaskExecution () As Boolean
Returns
Remarks
This method is called after ValidateParameters.