AWS SDK for .NET Documentation
SetTaskStatus Method (setTaskStatusRequest)
AmazonAmazon.DataPipelineAmazonDataPipelineSetTaskStatus(SetTaskStatusRequest) Did this page help you?   Yes   No    Tell us about it...

Notifies AWS Data Pipeline that a task is completed and provides information about the final status. The task runner calls this action regardless of whether the task was sucessful. The task runner does not need to call SetTaskStatus for tasks that are canceled by the web service during a call to ReportTaskProgress.

Declaration Syntax
C#
SetTaskStatusResponse SetTaskStatus(
	SetTaskStatusRequest setTaskStatusRequest
)
Parameters
setTaskStatusRequest (SetTaskStatusRequest)
Container for the necessary parameters to execute the SetTaskStatus service method on AmazonDataPipeline.
Return Value
The response from the SetTaskStatus service method, as returned by AmazonDataPipeline.
Exceptions

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)