Modifier and Type | Method and Description |
---|---|
void |
invalidate()
Marks the task as no longer valid.
|
boolean |
isAborted()
Indicates whether the task has been aborted.
|
boolean |
isDpReadyTaskFinished()
Indicates whether the data path ready task is finished.
|
boolean |
isDpReadyTaskStarting()
Indicates whether the data path ready task is about to start.
|
boolean |
isFinishing()
Indicates whether the task is about to finish.
|
boolean |
isStarted()
Indicates whether the task is started.
|
boolean |
isValid()
Indicates whether the task is still valid.
|
void invalidate()
boolean isValid()
boolean isStarted()
boolean isFinishing()
boolean isAborted()
boolean isDpReadyTaskStarting()
boolean isDpReadyTaskFinished()
Copyright © 2015. All Rights Reserved.