Returns a given running task’s percentage complete, status, last update time, and description.
<HsvSystemInfo>.GetRunningTaskProgress lTaskID, plProgress, plStatus, pdLastUpdateTime, pbstrDesc
Long (ByVal). The ID of the task. You can obtain the IDs of all running tasks with EnumRunningTasks. | |
Long. Returns the status of the task. Valid values are represented by the HFMConstants type library constants listed in Task Status Constants. | |
Double. Returns the timestamp of the last time the task was updated. The timestamp is formatted as a Double that can be cast to the Date format. | |