TaskExecuteCore Method

Spotfire Automation Services 15.0 API Reference
Implement this method to perform the task specific logic.

Namespace:  Spotfire.Dxp.Automation.Extension
Assembly:  Spotfire.Dxp.Automation.Framework (in Spotfire.Dxp.Automation.Framework.dll) Version: 71.0.21826.3255 (71.0.21826.3255)
Syntax

C#
protected abstract TaskExecutionStatus ExecuteCore(
	TaskExecutionContext context
)

Parameters

context
Type: Spotfire.Dxp.Automation.ExtensionTaskExecutionContext
The execution context.

Return Value

Type: TaskExecutionStatus
The return status from executing the task.
Version Information


See Also

Reference