Suspend Class

Definition

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

Name Description
Suspend()

Properties

Name Description
CanInduceIdle

Returns true if the activity can induce an idle.

Label

Optional field used for resuming the worklfow for a specific label.

Methods

Name Description
Execute(NativeActivityContext)

Invokes the activity

Applies to