IExecutionPolicy.ResumeExecution 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.
This function is called by the task that owns the policy to determine if the execution should resume or not.
public bool ResumeExecution ();
abstract member ResumeExecution : unit -> bool
Public Function ResumeExecution () As Boolean