ProgressArgs Constructor

NDoc Core

NDoc Documentation

ProgressArgs Constructor 

ProgressArgs default constructor.

public ProgressArgs(
   int progress,
   string status
);

Parameters

progress
Percentage value for a progress bar.
status
The label describing the current work beeing done.

See Also

ProgressArgs Class | NDoc.Core Namespace