Class holding the return status from an task execution.
Inheritance Hierarchy
Spotfire.Dxp.Automation.FrameworkTaskExecutionStatus
Namespace: Spotfire.Dxp.Automation.Framework
Assembly: Spotfire.Dxp.Automation.Framework (in Spotfire.Dxp.Automation.Framework.dll) Version: 69.0.21424.2902 (69.0.21424.2902)
Syntax
C#
public sealed class TaskExecutionStatus
The TaskExecutionStatus type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| TaskExecutionStatus | Initializes a new instance of the TaskExecutionStatus class.
Default constructor. | |
| TaskExecutionStatus(Boolean) | Initializes a new instance of the TaskExecutionStatus class.
Creates an instance with status flag. | |
| TaskExecutionStatus(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. | |
| TaskExecutionStatus(Boolean, String) | Initializes a new instance of the TaskExecutionStatus class.
Creates an instance with status flag and error message. |
Properties
| Name | Description | |
|---|---|---|
| ErrorMessage | Gets or sets the message containing information about the error. | |
| Ok | Gets or sets a value indicating whether the task executed successfully. |
Version Information
Supported in: 14.7, 14.6, 14.5, 14.4, 14.3, 14.2, 14.1, 14.0, 12.5, 12.4, 12.3, 12.2, 12.1, 12.0, 11.8
See Also