Postpone.BlockExecution Property
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.
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.