Interface IScriptRunner
Assembly: Sensus.Shared.NuGet.dll
Syntax
public interface IScriptRunner
Properties
IScript
Declaration
Property Value
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 |
|