Click or drag to resize

TaskServerHeartbeatCommand Enumeration

Commands that the job server can send to a task server in response to a hearbeat.

Namespace: Ookii.Jumbo.Jet
Assembly: Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntax
public enum TaskServerHeartbeatCommand
Members
Member nameValueDescription
None0 The job server doesn't have a command for the task server.
ReportStatus1 The task server should send a InitialStatusJetHeartbeatData in the next heartbeat.
RunTask2 The task server should execute the specified task.
CleanupJob3 Cleans up all data related to the tasks of the specified job.
KillTask4 The task server should kill the specified task attempt.
See Also