Table of Contents

Class CliProgress

Namespace
NanoByte.Common.Tasks
Assembly
NanoByte.Common.dll

Reports task progress updates using console output.

public class CliProgress : MarshalByRefObject
Inheritance
CliProgress
Extension Methods

Methods

Report(TaskSnapshot)

Reports a progress update.

public void Report(TaskSnapshot value)

Parameters

value TaskSnapshot

The value of the updated progress.

See Also