C# Class Dargon.Nest.DevelopmentUtilities.CliProgressSpinner

Afficher le fichier Open project: the-dargon-project/dargon-root Class Usage Examples

Méthodes publiques

Méthode Description
CliProgressSpinner ( string taskName ) : System
Render ( ) : void
Update ( ) : void
Update ( float percentage ) : void
Update ( string status ) : void

Method Details

CliProgressSpinner() public méthode

public CliProgressSpinner ( string taskName ) : System
taskName string
Résultat System

Render() public méthode

public Render ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Update() public méthode

public Update ( float percentage ) : void
percentage float
Résultat void

Update() public méthode

public Update ( string status ) : void
status string
Résultat void