EndTask
Stops a task from running. Call this method only once for each task and subtask. In a script, there should be the same number of BeginTask calls as EndTask calls.
UI Access | NA | ||||||
Parameters |
|
||||||
Return Value | None |
Python Syntax | EndTask (<PassFail>) |
Python Example |
|