The following tables list the members exposed by TaskContext.
| Name | Description | |
|---|---|---|
![]() | TaskContext Constructor | Overloaded. Initializes a new instance of the TaskContext class. |
| Name | Description | |
|---|---|---|
![]() | AutoZoom | If set to true the application zooms to the results of a task after execution. |
![]() | ExitStatus | Sets the exit status of the Task before finishing execution. |
![]() | HasFinished | Indicates if the Task specified in the TaskContext has completed execution. |
![]() | HasParameters | Indicates if there is a ParameterSet object stored in the TaskContext |
![]() | HasResult | Indicates if there is a Result object stored in the TaskContext |
![]() | ParametersVersion | Gets the current version number of the Parameters. |
![]() | ResultVersion | Gets the current version number of the Result. |
![]() | Status | Indicates the current status of the associated Task. |
![]() | StopReason | Indicates why the Task has been requested to stop. |
![]() | TaskName | Gets or sets the name of the Task with which the TaskContext is associated. |
![]() | TaskUIName | Gets or sets the name of the TaskUI with which the context is associated. |
| Name | Description | |
|---|---|---|
![]() | GetParameters | Overloaded. Returns the ParameterSet currently associated with the TaskContext. |
![]() | GetResult | Overloaded. Returns the Result currently associated with the TaskContext. |
![]() | GetStatusMessage | Returns a string used in the application to describe the status of a Task. |
![]() | SetStatusMessage | Sets a string to be used in the application to describe the status of a Task |
![]() | UpdateParameters | Updates the parameters in the TaskContext. |
![]() | UpdateResult | Updates the Result associated with the TaskContext. |


