C# Class AssemblyCSharp.Scheduler.ScheduledAction

Inheritance: ICancelable
Show file Open project: wooga/ps_social_jam

Public Properties

Property Type Description
Interval System.TimeSpan
NextAction ScheduledAction
NextExecutionEpoch double
PrevAction ScheduledAction
Recurring bool

Public Methods

Method Description
Dispose ( ) : void
Execute ( ) : void
ScheduledAction ( Scheduler scheduler, float>.Action action ) : System
ToString ( ) : string

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Execute() public method

public Execute ( ) : void
return void

ScheduledAction() public method

public ScheduledAction ( Scheduler scheduler, float>.Action action ) : System
scheduler Scheduler
action float>.Action
return System

ToString() public method

public ToString ( ) : string
return string

Property Details

Interval public property

public TimeSpan,System Interval
return System.TimeSpan

NextAction public property

public ScheduledAction NextAction
return ScheduledAction

NextExecutionEpoch public property

public double NextExecutionEpoch
return double

PrevAction public property

public ScheduledAction PrevAction
return ScheduledAction

Recurring public property

public bool Recurring
return bool