Validate(TProcessResult) Method

Definition

Assembly CliInvoke.Core.dll

Validates the given process result by applying all specified validation rules.

bool Validate(TProcessResult result)

Parameters

result
{TProcessResult}

The result of the process to be validated.

Returns

Boolean
Returns true if all validation rules pass, otherwise false.