class NothingTaskProcess : IRusticTaskProcess<IBase>
Class used when you don't want RusticTask to do anything.
<init> |
Class used when you don't want RusticTask to do anything. NothingTaskProcess() |
options |
val options: IBase |
run |
Does nothing. This is a dummy process. fun run(): Unit |