StartTimer(lID As Long,msTime As Long) As Boolean
The method "StartTimer" starts a timer of the task.
'start task timer (ID = 1, duration = 5 seconds) zTask.StartTimer 1, 5000
Task