adaptor_objectCallback_signature
    The following is a list of properties for the function adaptor_objectCallback_signature:
| Property | Value | 
|---|---|
brief | Signature used for adaptor objectCallback | 
category | adaptor | 
description | This is the function signature for the objectCallback parameter in adaptor functions. Calling this directly will throw a "Do not call directly" error. | 
functionId | adaptor_objectCallback_signature | 
functionLabel | adaptor_objectCallback_signature | 
parameters | [ { "dataType": "object", "brief": "The object from adaptor", "description": "This is the object from adaptor or undefined if there are no more objects to return.", "name": "object" }, { "dataType": "any", "brief": "User data", "description": "This is the value of the userData parameter when objectCallback was called.", "name": "userData", "optional": true } ] | 
returns | { "dataType": "boolean", "brief": "true if objectCallback should not be called again", "description": "Return true if this callback should not be called again for any reason such a limit exceeded or the desired object being found." } | 
signatureOnly | true |