Click or drag to resize

ITaskServerClientProtocolGetTaskStatus Method

Gets the current status of a task.

Namespace:  Ookii.Jumbo.Jet
Assembly:  Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 2.0.0
Syntax
TaskAttemptStatus GetTaskStatus(
	Guid jobId,
	TaskAttemptId taskAttemptId
)

Parameters

jobId
Type: SystemGuid
The job id.
taskAttemptId
Type: Ookii.Jumbo.JetTaskAttemptId
The task attempt id.

Return Value

Type: TaskAttemptStatus
The status of the task.
See Also