WSSTask.Execute Method

Initiates the execution of the workflow task.

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

Syntax

'Declaration
Protected Overrides NotOverridable Function Execute ( _
    executionContext As ActivityExecutionContext _
) As ActivityExecutionStatus
'Usage
Dim executionContext As ActivityExecutionContext
Dim returnValue As ActivityExecutionStatus

returnValue = Me.Execute(executionContext)
protected override sealed ActivityExecutionStatus Execute(
    ActivityExecutionContext executionContext
)

Parameters

Return Value

Type: System.Workflow.ComponentModel.ActivityExecutionStatus
Returns an ActivityExecutionStatus of "Executing."

See Also

Reference

WSSTask Class

WSSTask Members

Microsoft.Office.Workflow Namespace