Interface ILoggableTask
Namespace: ETLBox.ControlFlow
Assembly: ETLBox.dll
Syntax#
public interface ILoggableTask
Properties
DisableLogging#
Declaration
bool DisableLogging { get; set; }
Property Value
Type | Description |
---|
System.Boolean | |
TaskHash#
Declaration
string TaskHash { get; set; }
Property Value
Type | Description |
---|
System.String | |
TaskName#
Declaration
string TaskName { get; set; }
Property Value
Type | Description |
---|
System.String | |
TaskType#
Declaration
string TaskType { get; set; }
Property Value
Type | Description |
---|
System.String | |