CRTaskQueryOptions
Description
The custom structure represents options for querying tasks.
Constructor
| Constructor | Description |
|---|---|
| TaskQueryOptions | Initializes a new instance of the TaskQueryOptions object model. |
Properties
Input
| Property | Description |
|---|---|
| Skip | Number of records to skip. |
| Take | Number of records to take. |
| Filter | Filtering criteria for tasks. |
| Sort | Sorting criteria for tasks. |
| IsInOutArgsRequired | Specify true if you also want to retrieve the argument value. |
Remarks
Use the TaskQueryOptions object model to query tasks from the AI Command Center.