@groovy.transform.CompileStatic @groovy.transform.EqualsAndHashCode class Protocol.TaskComplete
Message send by a scheduler agent to notify that a task execution has completed
| Constructor and description |
|---|
protected Protocol.TaskComplete
() |
| Type Params | Return Type | Name and description |
|---|---|---|
|
static TaskComplete |
create(IgBaseTask task, java.lang.Object result) |
|
static TaskComplete |
error(IgBaseTask task, java.lang.Throwable error) |
|
java.lang.String |
toString() |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
The execution thrown during the task execution
The result of a task execution either the exit status for a script task or the value returned by a Groovy native task
The task ID
Groovy Documentation