Show / Hide Table of Contents

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

Extension Methods

Paths.Serialize<T>(T, String)
Paths.Serialize<T>(T)
EditorExtensions.ToItemsSource(Object, Type, Nullable<Boolean>, Nullable<ListSortDirection>, Func<IItemsSourceItem, Boolean>, Func<Object, String>, Func<Object, String>)
XamlHelper.WpfCast<T>(Object)
XamlHelper.CopyToClipboard<T>(T)
XamlHelper.EnsureUIThread(Object)
☀
☾
In This Article
Back to top
Copyright © StockSharp.
☀
☾