βοΈPoll
AnythingWorld.AnythingAnimate.Poll
Last updated
AnythingWorld.AnythingAnimate.Poll
Last updated
onProcessFinished
Function asking the user what to do once the model has finished processing. ModelJson parameter contains the necessary details to create the model using AnythingMaker.Make.
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.