C# Class TaskScheduler.PlanItem

ファイルを表示 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_oe property

public bool ExucutingNow
return bool

JobEntry public_oe property

public PlanItemEntryPoint JobEntry
return PlanItemEntryPoint

LAMS public_oe property

public double LAMS
return double

NameAndDescription public_oe property

public string NameAndDescription
return string

Suspended public_oe property

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

intervalTime public_oe property

public DateTime,System intervalTime
return System.DateTime

intervalType public_oe property

public IntervalType intervalType
return IntervalType

intervalValue public_oe property

public long intervalValue
return long