SGen.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
This API supports the product infrastructure and is not intended to be used directly from your code.
protected:
override bool SkipTaskExecution();
protected override bool SkipTaskExecution ();
override this.SkipTaskExecution : unit -> bool
Protected Overrides Function SkipTaskExecution () As Boolean