Candor.ExecutionResults.Reset C# (CSharp) Method

Reset() public method

Resets this instance to a successful state and clears all error and warning messages.
public Reset ( ) : void
return void
        public void Reset()
        {
            this.success_ = true;
            this.messages_.Clear();
        }