CollectSignatures.IsTaskCompleted Method

Namespace:  Microsoft.Office.Workflow
Assembly:  Microsoft.Office.Workflow.Routing (in Microsoft.Office.Workflow.Routing.dll)

Syntax

'Declaration
Public Function IsTaskCompleted ( _
    sender As Object, _
    taskId As Guid, _
    creationProps As SPWorkflowTaskProperties, _
    properties As Hashtable, _
    executorLogon As String, _
    <OutAttribute> ByRef outcome As String _
) As Boolean
'Usage
Dim instance As CollectSignatures
Dim sender As Object
Dim taskId As Guid
Dim creationProps As SPWorkflowTaskProperties
Dim properties As Hashtable
Dim executorLogon As String
Dim outcome As String
Dim returnValue As Boolean

returnValue = instance.IsTaskCompleted(sender, _
    taskId, creationProps, properties, _
    executorLogon, outcome)
public bool IsTaskCompleted(
    Object sender,
    Guid taskId,
    SPWorkflowTaskProperties creationProps,
    Hashtable properties,
    string executorLogon,
    out string outcome
)

Parameters

Return Value

Type: System.Boolean
Returns Boolean.

See Also

Reference

CollectSignatures Class

CollectSignatures Members

Microsoft.Office.Workflow Namespace