C# Class Builderdash.Jobber

Afficher le fichier Open project: gdau/Builderdash

Méthodes publiques

Méthode Description
CompleteCount ( ) : int
GetJob ( System.Guid jobId ) : Job
JobCount ( ) : int
Queue ( Action action ) : Job
RunningCount ( ) : int
UncompleteCount ( ) : int

Method Details

CompleteCount() public méthode

public CompleteCount ( ) : int
Résultat int

GetJob() public méthode

public GetJob ( System.Guid jobId ) : Job
jobId System.Guid
Résultat Job

JobCount() public méthode

public JobCount ( ) : int
Résultat int

Queue() public méthode

public Queue ( Action action ) : Job
action Action
Résultat Job

RunningCount() public méthode

public RunningCount ( ) : int
Résultat int

UncompleteCount() public méthode

public UncompleteCount ( ) : int
Résultat int