Validate(TProcessResult) Method

Definition

Assembly CliInvoke.dll

Validates a against the configured ValidationRules.

public bool Validate(TProcessResult result)

Parameters

result
{TProcessResult}

The to validate against the validation rules.

Returns

Boolean
True if the result passes all validation rules, false otherwise.