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: 30.0.11525.4184 (30.0.11525.4184)
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
See Also