Show / Hide Table of Contents

    Interface IScriptRunner

    Namespace: Sensus.Probes.User.Scripts
    Assembly: Sensus.Shared.NuGet.dll
    Syntax
    public interface IScriptRunner

    Properties

    IScript

    Declaration
    IScript IScript { get; }
    Property Value
    Type Description
    IScript

    MaxAgeMinutes

    Declaration
    Nullable<double> MaxAgeMinutes { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Double>

    Name

    Declaration
    string Name { get; set; }
    Property Value
    Type Description
    System.String

    NonDowTriggerIntervalDays

    Declaration
    int NonDowTriggerIntervalDays { get; set; }
    Property Value
    Type Description
    System.Int32

    TriggerWindowsString

    Declaration
    string TriggerWindowsString { get; set; }
    Property Value
    Type Description
    System.String

    WindowExpiration

    Declaration
    bool WindowExpiration { get; set; }
    Property Value
    Type Description
    System.Boolean
    Back to top Copyright © 2014-2018 University of Virginia
    Generated by DocFX