Baigudin Software avatar
Baigudin Software logo
home
ru region
en region

Interface «api::Task»

Task interface.

public: virtual ~Task();

Destructor.

public: virtual int32 getStackSize() const;

Returns size of stack.

The method returns size of stack in bytes which should be allocated for the task.

Returns:
stack size in bytes.

public: virtual bool isConstructed() const;

Tests if this object has been constructed.

public: static bool isObject(const Type* obj);

Tests if given object has been constructed object.

public: virtual void main();

The method with self context.

Back to class list