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