HResults.DTS_E_NOTEXECUTING Field

Definition

MessageId: DTS_E_NOTEXECUTING MessageText: Suspend or Resume call failed because the executable is not executing, or is not the top-level executable. This occurs when the client calls Suspend or Resume on an executable that is not currently processing an Execute call.

public: int DTS_E_NOTEXECUTING = -1073631229;
public const int DTS_E_NOTEXECUTING = -1073631229;
val mutable DTS_E_NOTEXECUTING : int
Public Const DTS_E_NOTEXECUTING As Integer  = -1073631229

Field Value

Value = -1073631229

Applies to