Task Context#
The TaskContext
class contains the inputs, outputs, scalars, reductions, and other
task information during a task’s execution. It is normally hidden from users using pure
Python tasks, but can be explicitly requested via a task
argument. See Explicit Task Context Argument for further discussion.