ServerRequest
What it does
The ServerRequest data type stores information about requests to the Application Server to run the validation rules in the current session.
Fields
Name | Type | Description |
Id | int | Request ID |
BatchId | int | The ID of the batch that contains the task's documents |
TaskId | int | Task ID |
SessionId | int | The ID of the session of the author of the request |
Status | int | The current status of the request. See ServerRequestStatus for possible values. |
4/12/2024 6:16:03 PM