public class TaskRunningMessage extends Object
Message reporting that a given run of a task have started
See http://schemas.taskcluster.net/queue/v1/task-running-message.json#
| Modifier and Type | Field and Description |
|---|---|
int |
runId
Id of the run that just started, always starts from 0
|
TaskStatusStructure |
status |
Date |
takenUntil
Time at which the run expires and is resolved as
failed, if the run isn’t reclaimed. |
Object |
version
Message version
|
String |
workerGroup
Identifier for the worker-group within which this run started.
|
String |
workerId
Identifier for the worker executing this run.
|
| Constructor and Description |
|---|
TaskRunningMessage() |
public int runId
Id of the run that just started, always starts from 0
public TaskStatusStructure status
public Date takenUntil
Time at which the run expires and is resolved as failed, if the run isn’t reclaimed.
public Object version
Message version
public String workerGroup
Identifier for the worker-group within which this run started.
public String workerId
Identifier for the worker executing this run.
Copyright © 2014–2015 Mozilla. All rights reserved.