CompositeTask.WaitForTaskCompletion property

Gets or sets whether the activity should wait for the task to complete.

Namespace:  Microsoft.SharePoint.WorkflowServices.Activities
Assembly:  Microsoft.SharePoint.WorkflowServices.Activities (in Microsoft.SharePoint.WorkflowServices.Activities.dll)

Syntax

'Declaration
Public Property WaitForTaskCompletion As InArgument(Of Boolean)
    Get
    Set
'Usage
Dim instance As CompositeTask
Dim value As InArgument(Of Boolean)

value = instance.WaitForTaskCompletion

instance.WaitForTaskCompletion = value
public InArgument<bool> WaitForTaskCompletion { get; set; }

Property value

Type: System.Activities.InArgument<Boolean>
true if the activity should wait, otherwise false.

See also

Reference

CompositeTask class

CompositeTask members

Microsoft.SharePoint.WorkflowServices.Activities namespace