Compartir a través de


Postpone.BlockExecution Property

Definition

Sets whether the workflow execution should be suspended.

public:
 property System::Activities::InArgument<bool> ^ BlockExecution { System::Activities::InArgument<bool> ^ get(); void set(System::Activities::InArgument<bool> ^ value); };
[System.ComponentModel.Description("If set to true, the workflow execution will suspend.")]
[System.ComponentModel.DesignerSerializationVisibility(System.ComponentModel.DesignerSerializationVisibility.Visible)]
public System.Activities.InArgument<bool> BlockExecution { get; set; }
[<System.ComponentModel.Description("If set to true, the workflow execution will suspend.")>]
[<System.ComponentModel.DesignerSerializationVisibility(System.ComponentModel.DesignerSerializationVisibility.Visible)>]
member this.BlockExecution : System.Activities.InArgument<bool> with get, set
Public Property BlockExecution As InArgument(Of Boolean)

Property Value

Indicates whether the workflow execution should be suspended.

Attributes

Remarks

If true, workflow execution will be suspended.

Applies to