IDTSSuspend Interface
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.
Provides methods and properties that are called by the run-time engine to notify tasks to suspend execution.
public interface class IDTSSuspend
public interface IDTSSuspend
type IDTSSuspend = interface
Public Interface IDTSSuspend
- Derived
Remarks
For more information about using this interface in custom task development, see Adding Support for Debugging in a Custom Task.
Properties
SuspendRequired |
Gets or sets a Boolean that indicates if tasks should suspend when they encounter a breakpoint. This value is set by the runtime engine for tasks and containers when a breakpoint is encountered. |
Methods
ResumeExecution() |
Resumes execution of the task after pausing. The task or container is resumed by the runtime engine. |
SuspendExecution() |
Indicates that the executable needs to suspend. This method is called by the runtime engine. |