Class TaskResult

java.lang.Object
ubic.gemma.core.job.TaskResult
All Implemented Interfaces:
Serializable

public final class TaskResult extends Object implements Serializable
This class describes the result of long-running task. Like a Future, constructed at the time of task completion.
Author:
keshav
See Also: