GetRunningTaskLogFromServerFile

Copies a given task’s log file from the application server to the client, using the specified file name and path. After the system copies the log file, it deletes the file from the server.

Syntax

<HFMwSystemInfo>.GetRunningTaskLogFromServerFile lTaskID, bstrFileOnClient

Argument

Description

lTaskID

The ID of the task.

Tip:

You can obtain the IDs of all running tasks with EnumRunningTasks.

Input argument. Long subtype.

bstrFileOnClient

The name and path of the log file to create on the client.

Input argument. String subtype.