SingleTask.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 SingleTask
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.