• Watch a query and store results in a callback variable whenever a documents starts/stops matching the query or a document matching the query is modified.

    Parameters

    • queryID: string

      The query to execute.

    • Optional callbackValueVariable: Variable

      The variable where to store the result.

    • Optional callbackStatusVariable: Variable

      The variable where to store if the operation was successful.

    Returns void