Content


NTL
Core
ITask

ITask


Describes task which can be added to a form to be called after a last UnlockRepaint called. Please see CreateTask function for more information.

You can find more information in comments below.

class ITask
{
public:
    virtual void Run() = 0; // Run task 
    virtual void Release() = 0; // Destroy task 
};
Namespace: nitisa
Include: Nitisa/Interfaces/ITask.h