Ether Framework
Unified API docs for Ether modules
Loading...
Searching...
No Matches
dev.rafex.ether.cron.ScheduledTask Interface Reference
Inheritance diagram for dev.rafex.ether.cron.ScheduledTask:
Collaboration diagram for dev.rafex.ether.cron.ScheduledTask:

Public Member Functions

boolean cancel ()
boolean cancel (boolean mayInterruptIfRunning)
boolean isCancelled ()
boolean isDone ()
String name ()

Detailed Description

Definition at line 11 of file ScheduledTask.java.

Member Function Documentation

◆ cancel() [1/2]

boolean dev.rafex.ether.cron.ScheduledTask.cancel ( )

◆ cancel() [2/2]

boolean dev.rafex.ether.cron.ScheduledTask.cancel ( boolean mayInterruptIfRunning)

◆ isCancelled()

boolean dev.rafex.ether.cron.ScheduledTask.isCancelled ( )

◆ isDone()

boolean dev.rafex.ether.cron.ScheduledTask.isDone ( )

◆ name()

String dev.rafex.ether.cron.ScheduledTask.name ( )

The documentation for this interface was generated from the following file: