Click or drag to resize

ITaskServerUmbilicalProtocolReportCompletion Method

Reports successful task completion to the task server.

Namespace:  Ookii.Jumbo.Jet
Assembly:  Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 2.0.0
Syntax
void ReportCompletion(
	Guid jobId,
	TaskAttemptId taskAttemptId,
	TaskMetrics metrics
)

Parameters

jobId
Type: SystemGuid
The job ID of the job containing the task.
taskAttemptId
Type: Ookii.Jumbo.JetTaskAttemptId
The task ID.
metrics
Type: Ookii.Jumbo.JetTaskMetrics
Metrics collected during the task execution.
See Also