Share via


IssueTracking.FShouldCompleteSecondTask Method

Determines whether the task created for the middle state of the workflow instance should be marked as completed.

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

Syntax

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

instance.FShouldCompleteSecondTask(sender, _
    e)
public void FShouldCompleteSecondTask(
    Object sender,
    ConditionalEventArgs e
)

Parameters

Remarks

This method is a code condition that evaluates to true if the task identified by the m_taskId2 field is the current task and exists in the workflow task list; otherwise, it evaluates to false.

See Also

Reference

IssueTracking Class

IssueTracking Members

Microsoft.SharePoint.Workflow.Application Namespace