SourcePro Core
:
Threads Module User's Guide
:
PART II Concurrency Packages
:
The Threading Package
:
The Runnable Object Classes
:
Canceling a Runnable
: Undoing a Cancellation Request
Undoing a Cancellation Request
A cancellation request cannot be undone; once a runnable is
marked
for cancellation it stays marked until it exits. An aborted cancellation is restarted the next time
serviceCancellation()
is called.
This site works best with JavaScript enabled