ScriptTask.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.
Resumes execution of the task or container by the run-time engine after pausing.
public:
virtual void ResumeExecution();
public void ResumeExecution ();
abstract member ResumeExecution : unit -> unit
override this.ResumeExecution : unit -> unit
Public Sub ResumeExecution ()
Implements
Remarks
This method is not used in code. This method is called by the runtime when a breakpoint has been completed.