DataWeb
Search Results for

    Show / Hide Table of Contents

    Class AutomationEvent.TriggeredTask

    Represents a triggred task from the event.

    Inheritance
    object
    AutomationEvent.TriggeredTask
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    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?
    In this article
    Back to top Generated by DocFX