Constructors
Declaration
public Ticker(TickerCallback onTick, Func<string> debugLabel = null)
Parameters
Properties
Declaration
public bool isActive { get; }
Property Value
Declaration
public bool isTicking { get; }
Property Value
Declaration
public bool muted { get; set; }
Property Value
Declaration
protected bool scheduled { get; }
Property Value
Declaration
protected bool shouldScheduleTick { get; }
Property Value
Methods
Declaration
public void absorbTicker(Ticker originalTicker)
Parameters
Type |
Name |
Description |
Ticker |
originalTicker |
|
Declaration
public virtual void dispose()
Declaration
protected void scheduleTick(bool rescheduling = false)
Parameters
Type |
Name |
Description |
Boolean |
rescheduling |
|
Declaration
public TickerFuture start()
Returns
Declaration
public void stop(bool canceled = false)
Parameters
Type |
Name |
Description |
Boolean |
canceled |
|
Declaration
public override string ToString()
Returns
Overrides
Declaration
public string toString(bool debugIncludeStack = false)
Parameters
Type |
Name |
Description |
Boolean |
debugIncludeStack |
|
Returns
Declaration
protected void unscheduleTick()