IRusticTaskProcess |
This is the interface for writing the logic executed by RusticTask. interface IRusticTaskProcess<T : IBase> |
NothingTaskProcess |
Class used when you don't want RusticTask to do anything. class NothingTaskProcess : IRusticTaskProcess<IBase> |
RusticTaskProcessBase |
abstract class RusticTaskProcessBase<T : RustToolBase, U : IBase> : IRusticTaskProcess<U>, LoggerSupport |