Class ScheduledAction
Wait action.
Implements
INotifyPropertyChanged
IDisposable
IDataErrorInfo
INotifyDataErrorInfo
Inherited Members
Namespace: ISynergy.Framework.Automations.Actions
Assembly: ISynergy.Framework.Automations.dll
Syntax
public class ScheduledAction : BaseAction, IObservableClass, IBindable, IAction
Constructors
View SourceScheduledAction(Guid)
Default constructor.
Declaration
public ScheduledAction(Guid automationId)
Parameters
Type | Name | Description |
---|---|---|
Guid | automationId |
Properties
View SourceExecutionTime
Gets or sets the ExecutionTime property value.
Declaration
public DateTimeOffset ExecutionTime { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset |
Timeout
Gets or sets the Timeout property value.
Declaration
public TimeSpan Timeout { get; set; }
Property Value
Type | Description |
---|---|
TimeSpan |
Implements
INotifyPropertyChanged
IDisposable
IDataErrorInfo
INotifyDataErrorInfo