Package arez
Class Task
java.lang.Object
arez.Node
arez.Task
- All Implemented Interfaces:
Disposable
A task represents an executable element that can be run by the task executor.
-
Method Details
-
schedule
Re-schedule this task if it is idle and trigger the scheduler if it is not active. -
dispose
Description copied from interface:Disposable
Dispose the element. SeeDisposable
for a description of the implications. -
isDisposed
Description copied from interface:Disposable
Return true if dispose() has been called on object.- Returns:
- true if dispose has been called.
-