GetTaskParams: {
    event_limit?: QEventLimitParameter;
    event_prior_ordinal?: QEventPriorOrdinalParameter;
}

Type declaration

  • Optionalevent_limit?: QEventLimitParameter

    Maximum number of events to return. If provided, can be 1 or more.

  • Optionalevent_prior_ordinal?: QEventPriorOrdinalParameter

    The ordinal of a previously received event. If set, only events subsequent to the ordinal provided will be returned. Providing a value of 0 will result in retrieving the first and subsequent events.