Overload List
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. |
See Also