GNDMS 0.6.0
RESTful verison of GNDMS
Public Member Functions | Package Types

de.zib.gndms.common.model.gorfx.types.TaskStatus Interface Reference

Interface for a transferable task status. More...

Inheritance diagram for de.zib.gndms.common.model.gorfx.types.TaskStatus:
de.zib.gndms.common.model.gorfx.types.DefaultTaskStatus

List of all members.

Public Member Functions

Status getStatus ()
int getProgress ()
int getMaxProgress ()

Package Types

enum  Status {
  FINISHED, FAILED, RUNNING, WAITING,
  KILLED, PAUSED
}
 

Enum for the state of a task;.

More...

Detailed Description

Interface for a transferable task status.

Author:
try ma ik jo rr a zib
Date:
: 09.02.11, Time: 17:44

This status is normally extracted from the task itself and can be send to the client w/o any dependencies.


Member Enumeration Documentation

Enum for the state of a task;.

Enumerator:
FINISHED 

Task has finished (successfully)

FAILED 

Some exception has occurred and the task is failed.

RUNNING 

Task is still running.

WAITING 

Task hasn't been started yet.

KILLED 

Task exceeded its ttl and was removed.

PAUSED 

Task execution was paused.


The documentation for this interface was generated from the following file:
 All Classes Namespaces Functions Variables Enumerations