Returns a given running task’s percentage complete, status, last update time, and description.
<HFMwSystemInfo>.GetRunningTaskProgress (lTaskID, pvlStatus, pvdLastUpdateTime, pvbstrDesc)
You can obtain the IDs of all running tasks with EnumRunningTasks. | |
Returns the status of the task. Valid values are represented by the HFMConstants type library constants listed in Task Status Constants. | |
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. | |