C# Class TaskScheduler.PlanItem

Afficher le fichier Open project: skipme/TaskMQ Class Usage Examples

Méthodes publiques

Свойство Type Description
ExucutingNow bool
JobEntry PlanItemEntryPoint
LAMS double
NameAndDescription string
Suspended bool
intervalTime System.DateTime
intervalType IntervalType
intervalValue long

Méthodes publiques

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

Method Details

MillisecondsBeforeExecute() public méthode

public MillisecondsBeforeExecute ( ) : double
Résultat double

SetActualTimePosition() public méthode

public SetActualTimePosition ( System.DateTime startedAt, System.TimeSpan executionTime ) : void
startedAt System.DateTime
executionTime System.TimeSpan
Résultat void

SetStartExecution() public méthode

public SetStartExecution ( ) : void
Résultat void

Property Details

ExucutingNow public_oe property

public bool ExucutingNow
Résultat bool

JobEntry public_oe property

public PlanItemEntryPoint JobEntry
Résultat PlanItemEntryPoint

LAMS public_oe property

public double LAMS
Résultat double

NameAndDescription public_oe property

public string NameAndDescription
Résultat string

Suspended public_oe property

We can suspend this job for maintenance
public bool Suspended
Résultat bool

intervalTime public_oe property

public DateTime,System intervalTime
Résultat System.DateTime

intervalType public_oe property

public IntervalType intervalType
Résultat IntervalType

intervalValue public_oe property

public long intervalValue
Résultat long