Example usage for Java weka.experiment TaskStatusInfo fields, constructors, methods, implement or subclass
The text is from its open source code.
int | TO_BE_RUN |
int | PROCESSING |
int | FAILED |
int | FINISHED |
int | getExecutionStatus() Get the execution status of this Task. |
String | getStatusMessage() Get the status message. |
Object | getTaskResult() Get the returnable result of this task. |
void | setExecutionStatus(int newStatus) Set the execution status of this Task. |
void | setStatusMessage(String newMessage) Set the status message. |
void | setTaskResult(Object taskResult) Set the returnable result for this task.. |