C# Class AssemblyCSharp.Scheduler.ScheduledAction

Inheritance: ICancelable
Mostrar archivo 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_oe property

public TimeSpan,System Interval
return System.TimeSpan

NextAction public_oe property

public ScheduledAction NextAction
return ScheduledAction

NextExecutionEpoch public_oe property

public double NextExecutionEpoch
return double

PrevAction public_oe property

public ScheduledAction PrevAction
return ScheduledAction

Recurring public_oe property

public bool Recurring
return bool