Package org.craftercms.studio.api.v1.job
Interface Job
- All Known Implementing Classes:
StudioClockExecutor
public interface Job
Simple interface for performing a task (scheduled or unscheduled)
- Author:
- russdanner
-
Method Summary
-
Method Details
-
execute
void execute()execute the operation
-