Task MembersTIBCO Spotfire Automation Services 7.0 API Reference
The Task type exposes the following members.
Constructors

  NameDescription
Protected methodTask
Pass the default title and display description to the base class constructor
Back to Top
Methods

  NameDescription
Public methodAs T 
Convenience method used to typecast to a subclass of Task
Protected methodCloneFieldsToCore
Override to make copies of mutable non-value-type fields (e.g. lists and other objects but not strings since they are immutable) and store in the memberwiseClone instance. The base implementation does nothing since the base class only has a string field.
Public methodStatic memberCreateFromTemplate
Creates a new Task based on the template from the task registry.
Public methodExecute
Executes the task.
Protected methodExecuteCore
Implement this method to perform the task specific logic.
Back to Top
Properties

  NameDescription
Public propertyDescription
Task description as provided by the subclass constructor. The task description is not serialized. It is only used when presenting information about the available tasks, in which case the task is registered with the task registry.
Public propertyTitle
The title of the task. Used mainly for diagnostic purposes, e.g. when a class cannot be deserialized since it hasn't been registered.
Back to Top
See Also