Class AgentTaskInfo
Task Info
Implements
Inherited Members
Namespace: Google.Apis.Batch.v1.Data
Assembly: Google.Apis.Batch.v1.dll
Syntax
public class AgentTaskInfo : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Runnable
The highest index of a runnable started by the agent for this task. The runnables are indexed from 1. Value 0 is undefined.
Declaration
[JsonProperty("runnable")]
public virtual long? Runnable { get; set; }
Property Value
Type | Description |
---|---|
long? |
TaskId
ID of the Task
Declaration
[JsonProperty("taskId")]
public virtual string TaskId { get; set; }
Property Value
Type | Description |
---|---|
string |
TaskStatus
The status of the Task. If we need agent specific fields we should fork the public TaskStatus into an agent specific one. Or add them below.
Declaration
[JsonProperty("taskStatus")]
public virtual TaskStatus TaskStatus { get; set; }
Property Value
Type | Description |
---|---|
TaskStatus |