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.
-
Nested Class Summary
Nested Classes -
Method Summary
Methods inherited from class arez.Node
getContext, getName, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface arez.Disposable
isNotDisposed
-
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:DisposableDispose the element. SeeDisposablefor a description of the implications. -
isDisposed
Description copied from interface:DisposableReturn true if dispose() has been called on object.- Returns:
- true if dispose has been called.
-