ShouldRetry(ProcessResult) Method

Definition

Assembly CliInvoke.Core.dll

Classifies whether the specified process result should be retried.

bool ShouldRetry(ProcessResult result)

Parameters

result
ProcessResult

The result of the most recent process attempt.

Returns

Boolean
true if the operation should be retried; otherwise, false.