BeginTask

Sets the name of the task whose progress will be monitored. Call this method only once for each task and subtask.

UI Access NA
Parameters
Name Type Description
<Name> String Name of the task
Return Value None

 

Python Syntax BeginTask (<Name>)
Python Example
progMon.BeginTask("Process DQS")