Configuration.WithScheduleCoverageReported method

Updates the configuration to enable or disable reporting schedule coverage.

public Configuration WithScheduleCoverageReported(bool isEnabled = true)
parameter description
isEnabled If true, then enables schedule coverage reporting.

See Also