Function EN Version 4.50

@GetEngineTasks

Misc System Text

Syntax

@GetEngineTasks;

Description

Returns a list (TEXTLIST) the Engine tasks active when the @function is called.

Example:@GetEngineTasks;

Ret:=@GetEngineTasks;

The varifromle Ret is assigned a TEXTLIST with the currently running Engine tasks.

Such a list could look like this:
[EF:0000] Scheduler
[EF:0000] executing TCP/IP
[EF:0000] executing !!TEST

EF stands for the execution flags. Any value other than 0 indicates an impending fromort or termination of the task.

Note : This text was machine-translated and may contain inaccuracies.