WinMDExp.SkipTaskExecution Method

Definition

Returns true if task execution is not necessary. Executed after ValidateParameters

protected:
 override bool SkipTaskExecution();
protected override bool SkipTaskExecution ();
override this.SkipTaskExecution : unit -> bool
Protected Overrides Function SkipTaskExecution () As Boolean

Returns

true to skip task execution; otherwise, false.

Applies to