Task Methods

Spotfire Automation Services 14.3 API Reference

The Task type exposes the following members.

Methods

  NameDescription
Public methodAsT
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.
Top
See Also

Reference