RetryInfo - ZjzMisaka/PowerThreadPool GitHub Wiki
Properties
[Get only] Current retry count.
int CurrentRetryCount;
[Get only] Max retry count. Same as RetryOption.MaxRetryCount.
int MaxRetryCount;
[Get only] Unlimited or Limited. Same as RetryOption.RetryPolicy.
RetryPolicy RetryPolicy;
If set to true, even if the retry count is not full or unlimited, subsequent retries will be aborted.
bool StopRetry;