The following are the Task object functions for COD scripts.
Function | Example | Description |
---|---|---|
beginprogress | task.beginprogress(<integer>) task.beginprogress(5000) | Initialize Task Progress Bars for specified length |
endprogress | task.endprogress() | End Task Progress Bars |