C# Class TaskScheduler.PlanItem

Show file Open project: skipme/TaskMQ Class Usage Examples

Public Properties

Property Type Description
ExucutingNow bool
JobEntry PlanItemEntryPoint
LAMS double
NameAndDescription string
Suspended bool
intervalTime System.DateTime
intervalType IntervalType
intervalValue long

Public Methods

Method Description
MillisecondsBeforeExecute ( ) : double
SetActualTimePosition ( System.DateTime startedAt, System.TimeSpan executionTime ) : void
SetStartExecution ( ) : void

Method Details

MillisecondsBeforeExecute() public method

public MillisecondsBeforeExecute ( ) : double
return double

SetActualTimePosition() public method

public SetActualTimePosition ( System.DateTime startedAt, System.TimeSpan executionTime ) : void
startedAt System.DateTime
executionTime System.TimeSpan
return void

SetStartExecution() public method

public SetStartExecution ( ) : void
return void

Property Details

ExucutingNow public property

public bool ExucutingNow
return bool

JobEntry public property

public PlanItemEntryPoint JobEntry
return PlanItemEntryPoint

LAMS public property

public double LAMS
return double

NameAndDescription public property

public string NameAndDescription
return string

Suspended public property

We can suspend this job for maintenance
public bool Suspended
return bool

intervalTime public property

public DateTime,System intervalTime
return System.DateTime

intervalType public property

public IntervalType intervalType
return IntervalType

intervalValue public property

public long intervalValue
return long