Skip to main content
Version: Current

CRTaskQueryOptions

Description

The custom structure represents options for querying tasks.

Constructor

ConstructorDescription
TaskQueryOptionsInitializes a new instance of the TaskQueryOptions object model.

Properties

Input

PropertyDescription
SkipNumber of records to skip.
TakeNumber of records to take.
FilterFiltering criteria for tasks.
SortSorting criteria for tasks.
IsInOutArgsRequiredSpecify true if you also want to retrieve the argument value.

Remarks

Use the TaskQueryOptions object model to query tasks from the AI Command Center.