ESRI.ArcGIS.E2API Feedback via the User Forum
TaskContext Class Members
See Also  Properties  Methods 
ESRI.ArcGIS.E2API Namespace : TaskContext Class


The following tables list the members exposed by TaskContext.

Public Constructors

 NameDescription
Public ConstructorTaskContext ConstructorOverloaded. Initializes a new instance of the TaskContext class.  
Top

Public Properties

 NameDescription
Public PropertyAutoZoom If set to true the application zooms to the results of a task after execution.  
Public PropertyExitStatus Sets the exit status of the Task before finishing execution.  
Public PropertyHasFinishedIndicates if the Task specified in the TaskContext has completed execution.  
Public PropertyHasParametersIndicates if there is a ParameterSet object stored in the TaskContext  
Public PropertyHasResultIndicates if there is a Result object stored in the TaskContext  
Public PropertyParametersVersionGets the current version number of the Parameters.  
Public PropertyResultVersionGets the current version number of the Result.  
Public PropertyStatusIndicates the current status of the associated Task.  
Public PropertyStopReasonIndicates why the Task has been requested to stop.  
Public PropertyTaskName Gets or sets the name of the Task with which the TaskContext is associated.  
Public PropertyTaskUINameGets or sets the name of the TaskUI with which the context is associated.  
Top

Public Methods

 NameDescription
Public MethodGetParametersOverloaded.  Returns the ParameterSet currently associated with the TaskContext.  
Public MethodGetResultOverloaded. Returns the Result currently associated with the TaskContext.  
Public MethodGetStatusMessageReturns a string used in the application to describe the status of a Task.  
Public MethodSetStatusMessageSets a string to be used in the application to describe the status of a Task  
Public MethodUpdateParametersUpdates the parameters in the TaskContext.  
Public MethodUpdateResultUpdates the Result associated with the TaskContext.  
Top

See Also