Class Task

Class Documentation

class Task

Public Functions

virtual ~Task()
virtual void Run() = 0

Called when the task execution is active.

virtual bool IsOptional()

If the implementation returns true, the task might be skipped on shutdown.