Class AutomationEvent.TriggeredTask
Represents a triggred task from the event.
Inherited Members
Namespace: DataWeb.Automation
Assembly: DataWeb.Core.dll
Syntax
public class AutomationEvent.TriggeredTask
Properties
Action
The outcome of the task execution.
Declaration
public string Action { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ActionDescription
The description for tne action.
Declaration
public string ActionDescription { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ActionReason
The reason for tne action.
Declaration
public string ActionReason { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Name
The name of the task involved.
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
TriggerDate
Gets or sets the date and time when the event was evaluated as a trigger.
Declaration
public DateTimeOffset? TriggerDate { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTimeOffset? |