TaskExecutionStatus Class

Spotfire Automation Services 14.2 API Reference
Class holding the return status from an task execution.
Inheritance Hierarchy

SystemObject
  Spotfire.Dxp.Automation.FrameworkTaskExecutionStatus

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

C#
public sealed class TaskExecutionStatus

The TaskExecutionStatus type exposes the following members.

Constructors

  NameDescription
Public methodTaskExecutionStatus
Initializes a new instance of the TaskExecutionStatus class. Default constructor.
Public methodTaskExecutionStatus(Boolean)
Initializes a new instance of the TaskExecutionStatus class. Creates an instance with status flag.
Public methodTaskExecutionStatus(Exception)
Initializes a new instance of the TaskExecutionStatus class. Creates an instance from an exception.Sets the status flag to false, includes exception information in the error message.
Public methodTaskExecutionStatus(Boolean, String)
Initializes a new instance of the TaskExecutionStatus class. Creates an instance with status flag and error message.
Top
Properties

  NameDescription
Public propertyErrorMessage
Gets or sets the message containing information about the error.
Public propertyOk
Gets or sets a value indicating whether the task executed successfully.
Top
Version Information

Supported in: 14.2, 14.1, 14.0, 12.5, 12.4, 12.3, 12.2, 12.1, 12.0, 11.8, 11.7, 11.6, 11.5, 11.4
See Also

Reference