TaskFilterSpecTimeOption

TaskFilterSpecTimeOption
TaskFilterSpecTimeOption

A boxed TaskFilterSpecTimeOptionEnum. To be used in Any placeholders.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "_value": "string"
}
_value
Required

This option specifies a time stamp governing the selection of tasks.

Possible values:

  • queuedTime: The time stamp when the task was created and queued.
  • startedTime: The time stamp when the task started.
  • completedTime: The time stamp when the task finished.
Possible values are : queuedTime, startedTime, completedTime,