Expiration.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, _
creationPtoperties As SPWorkflowTaskProperties, _
properties As Hashtable, _
executor As String, _
<OutAttribute> ByRef outcome As String _
) As Boolean
'Usage
Dim instance As Expiration
Dim sender As Object
Dim taskId As Guid
Dim creationPtoperties As SPWorkflowTaskProperties
Dim properties As Hashtable
Dim executor As String
Dim outcome As String
Dim returnValue As Boolean
returnValue = instance.IsTaskCompleted(sender, _
taskId, creationPtoperties, properties, _
executor, outcome)
public bool IsTaskCompleted(
Object sender,
Guid taskId,
SPWorkflowTaskProperties creationPtoperties,
Hashtable properties,
string executor,
out string outcome
)
Parameters
- sender
Type: System.Object
- taskId
Type: System.Guid
- creationPtoperties
Type: Microsoft.SharePoint.Workflow.SPWorkflowTaskProperties
- properties
Type: System.Collections.Hashtable
- executor
Type: System.String
- outcome
Type: System.String
Return Value
Type: System.Boolean
Returns Boolean.