RoundhouseSettings.

DisableOutput Property

Summary

Gets or sets a value indicating whether to disable output of backup, items ran, permissions dumps, etc.

Syntax

public bool DisableOutput { get; set; }

Value

Type Description
bool Disable output of backups, items ran, permissions dumps, etc. Log files are kept. Useful for example in CI environment. Defaults to false.