βοΈPoll
AnythingWorld.AnythingAnimate.Poll
Declaration
Parameters
onProcessFinished
onProcessFail
Function asking the user what to do if an error occurs whilst processing. First string parameter contains the error code. Second string parameter contains the error message.
onProcessPoll
Function asking the user what to do whilst processing. First string parameter contains the current output code. Second string parameter contains the message. The int parameter accounts for how many seconds the model has been processing for.
id
The ID of the model to poll.
(timeout)
The amount of time in seconds before the polling times out. Standard timeout is set to 10 minutes.
Description
Allows you to poll for a model's current state in the Animate Anything processing pipeline. This polls continuously until the model either produces a failure or a successful result.
Example
Last updated