Package kr.toxicity.model.api.scheduler
Interface ModelTask
public interface ModelTask
A scheduled task of BetterModel
-
Method Summary
Modifier and TypeMethodDescriptionvoidcancel()Cancels this taskbooleanChecks this task is canceled
-
Method Details
-
isCancelled
boolean isCancelled()Checks this task is canceled- Returns:
- whether to cancel
-
cancel
void cancel()Cancels this task
-