C# Class tracm.Queue.ProgressState

Afficher le fichier Open project: trms/tracm Class Usage Examples

Méthodes publiques

Méthode Description
Cancel ( ) : void
Error ( string errorString ) : void
Finish ( ) : void
Start ( ) : void

Private Methods

Méthode Description
Changed ( ) : void

Method Details

Cancel() public méthode

public Cancel ( ) : void
Résultat void

Error() public méthode

public Error ( string errorString ) : void
errorString string
Résultat void

Finish() public méthode

public Finish ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void