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