Task Property

Object that stores data that is local to a task or a subtask. A task property is analogous to a local variable in a programming language. The task property defines the characteristics of a task. You can use it to pass data in and out of a task, which is similar to input arguments and output arguments in a programming language.