/
Type definitions - IBulkCheckService - Asynchronous Task-related types
Type definitions - IBulkCheckService - Asynchronous Task-related types
TaskResult class
Base type for an asynchronous check result representation.
Depending on which method was used to start the task, concrete type returned may vary. For information on which type to expect, see "Task result" sections of method definitions.
TaskStatus class
Represents task status.
Property name | Meaning |
---|---|
State | Current task state |
ErrorInfo | Error description if the task is in "Failed" state |
TaskState enumeration
Represents task state.
Value | Meaning |
---|---|
InProgress | Task is in progress |
Pending | Task is queued for execution |
Success | Task has finished |
Failed | An error occured while executing the task |
TaskErrorInfo class
Represents error information.
Property name | Meaning |
---|---|
Code | Error code |
Message | Corresponding message |