Click or drag to resize

ITaskServerUmbilicalProtocolReportProgress Method

Reports progression of a task.

Namespace:  Ookii.Jumbo.Jet
Assembly:  Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 2.0.0
Syntax
void ReportProgress(
	Guid jobId,
	TaskAttemptId taskAttemptId,
	TaskProgress progress
)

Parameters

jobId
Type: SystemGuid
The job ID of the job containing the task.
taskAttemptId
Type: Ookii.Jumbo.JetTaskAttemptId
The task attempt id.
progress
Type: Ookii.Jumbo.JetTaskProgress
The progress data.
See Also