Interface IScheduledTask
- Namespace
- StockSharp.Messages
- Assembly
- StockSharp.Messages.dll
Interface described schedule task.
public interface IScheduledTask
- Extension Methods
Properties
CanStart
Can start (not disabled, not already started).
bool CanStart { get; }
Property Value
CanStop
Can stop.
bool CanStop { get; }
Property Value
WorkingTime
Working schedule.
WorkingTime WorkingTime { get; }