IssueTracking.WaitingForTask Method

Determines whether the workflow instance should wait for a task.

Namespace:  Microsoft.SharePoint.Workflow.Application
Assembly:  Microsoft.SharePoint.Workflows (in Microsoft.SharePoint.Workflows.dll)

Syntax

'Declaration
Public Sub WaitingForTask ( _
    sender As Object, _
    e As ConditionalEventArgs _
)
'Usage
Dim instance As IssueTracking
Dim sender As Object
Dim e As ConditionalEventArgs

instance.WaitingForTask(sender, e)
public void WaitingForTask(
    Object sender,
    ConditionalEventArgs e
)

Parameters

Remarks

This method is a code condition that evaluates to true if the workflow must wait for the current task to be completed, or deleted before the workflow can continue to the next step; otherwise, it evaluates to false, and the workflow can immediately continue to the next step.

See Also

Reference

IssueTracking Class

IssueTracking Members

Microsoft.SharePoint.Workflow.Application Namespace