DataWeb
Search Results for

    Show / Hide Table of Contents

    Class AutomationTaskData

    Represents the data model of an automation task.

    Inheritance
    object
    AutomationTaskData
    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 AutomationTaskData

    Properties

    Description

    The description of the automation task.

    Declaration
    public string Description { get; set; }
    Property Value
    Type Description
    string

    ExecutionEndDate

    The date and time when the execution of the task ended, if available.

    Declaration
    public DateTimeOffset? ExecutionEndDate { get; set; }
    Property Value
    Type Description
    DateTimeOffset?

    ExecutionSettings

    The execution settings of the automation task.

    Declaration
    public AutomationTaskData.TaskExecutionSettings ExecutionSettings { get; set; }
    Property Value
    Type Description
    AutomationTaskData.TaskExecutionSettings

    ExecutionStartDate

    The date and time when the execution of the task started, if available.

    Declaration
    public DateTimeOffset? ExecutionStartDate { get; set; }
    Property Value
    Type Description
    DateTimeOffset?

    IdMaster

    Gets or sets the unique identifier.

    Declaration
    public string IdMaster { get; set; }
    Property Value
    Type Description
    string

    Name

    The name of the automation task.

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    string

    RawExecutionSettings

    The raw execution settings of the automation task.

    Declaration
    public string RawExecutionSettings { get; set; }
    Property Value
    Type Description
    string

    RawSandboxSettings

    The raw sandbox settings of the automation task.

    Declaration
    public string RawSandboxSettings { get; set; }
    Property Value
    Type Description
    string

    RawScheduleSettings

    The raw schedule settings of the automation task.

    Declaration
    public string RawScheduleSettings { get; set; }
    Property Value
    Type Description
    string

    RawTriggerSettings

    The trigger raw settings of the automation task.

    Declaration
    public string RawTriggerSettings { get; set; }
    Property Value
    Type Description
    string

    SandboxSettings

    The sandbox settings of the automation task.

    Declaration
    public AutomationTaskData.TaskSandboxSettings SandboxSettings { get; set; }
    Property Value
    Type Description
    AutomationTaskData.TaskSandboxSettings

    ScenarioIdMaster

    Gets or sets the parent scenario identifier.

    Declaration
    public string ScenarioIdMaster { get; set; }
    Property Value
    Type Description
    string

    ScheduleSettings

    The schedule settings of the automation task.

    Declaration
    public AutomationTaskData.TaskScheduleSettings ScheduleSettings { get; set; }
    Property Value
    Type Description
    AutomationTaskData.TaskScheduleSettings

    Status

    The current status of the automation task.

    Declaration
    public AutomationTaskStatus Status { get; set; }
    Property Value
    Type Description
    AutomationTaskStatus

    TaskClass

    The class of the automation task.

    Declaration
    public string TaskClass { get; set; }
    Property Value
    Type Description
    string

    TriggerSettings

    The trigger settings of the automation task.

    Declaration
    public AutomationTaskData.TaskTriggerSettings TriggerSettings { get; set; }
    Property Value
    Type Description
    AutomationTaskData.TaskTriggerSettings
    In this article
    Back to top Generated by DocFX