Suspend Class
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.
Suspends the current workflow.
public ref class Suspend : System::Activities::NativeActivity
public class Suspend : System.Activities.NativeActivity
type Suspend = class
inherit NativeActivity
Public Class Suspend
Inherits NativeActivity
- Inheritance
-
Suspend
Constructors
Suspend() |
Properties
CanInduceIdle |
Returns true if the activity can induce an idle. |
Label |
Optional field used for resuming the worklfow for a specific label. |
Methods
Execute(NativeActivityContext) |
Invokes the activity |