Method PrintSummary
PrintSummary(string, bool)
Called after Completed(string) or Fail(string) to optionally print a summary of the whole task.
Declaration
protected abstract void PrintSummary(string summary, bool fail)
Parameters
| Type | Name | Description |
|---|---|---|
| string | summary | |
| bool | fail |