Main Content
padv.TaskContext Class
Namespace: padv
Access additional information about task execution context
Description
This class requires CI/CD Automation for Simulink Check.
A padv.TaskContext
object represents information about the execution
context of a task. The running tasks and task tools use instances of
padv.TaskContext
to represent information about a task and the process in
which that task runs. You can use the class methods to get the process name, iteration
artifact name, and other information related to a task in a process.
The build system instantiates this class and the running tasks and task tools have access to this information. You do not need to create an object of the class directly.
The padv.TaskContext
class is a handle
class.