public interface Task
| Modifier and Type | Method and Description |
|---|---|
void |
cancel()
Cancels task execution.
|
boolean |
isActive()
Indicates is this task is active or canceled.
|
int |
perform()
Executes logic of this task.
|
Copyright © 2018 TeleStax, Inc.. All rights reserved.