-
Notifications
You must be signed in to change notification settings - Fork 4
RetryInfo
ZjzMisaka edited this page Apr 19, 2024
·
1 revision
[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;
- Pool Control | Work Control
- Thread Pool Sizing
- Work Callback | Default Callback
- Parallel Execution
- Work Priority | Thread Priority
- Error Handling
- Work Timeout | Cumulative Work Timeout
- Work Dependency
- Work Group
- Events
- Runtime Status
- Running Timer
- Queue Type (FIFO | LIFO | Custom)
- Load Balancing
- Lock-Free
Core
Results
Options