Table of Contents

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

bool

CanStop

Can stop.

bool CanStop { get; }

Property Value

bool

WorkingTime

Working schedule.

WorkingTime WorkingTime { get; }

Property Value

WorkingTime