Declaration

TnxAbstractTaskInfo = class(TnxAbstractServerObject)

 
Description

An instance of a descendant of this class is created for every task executed and on the server. It will be freed once the task is finished.

 
Methods

AfterConstruction

see TObject.AfterConstruction.

BeforeDestruction

see TObject.BeforeDestruction.

Cancel

Call this method to cancel a Task. This method only triggers the cancel, the tasks may still be active until it reaches a safe state.

Create

public comes before protected to fix problem with BCB constructor.

Destroy

destructor.

GetStatus

This function returns the current status a server task.

LookupByID

This is the class function that returns the object with a certain ID.

 
Properties

Session

This property returns the Server Session the Task was started with.

 
File

 
nxsdServerEngine

Home | Site Contents | Documentation | NexusDB Manual V4 | Class Reference | Symbol Reference | Classes