AWS Thinkbox Discussion Forums

Event when task Completes?

Does any of the events trigger when a Task Completes?
There isnt a onTaskCompletedCallback event (sadly +9000)…

I’ve been looking into the OnSlaveInfoUpdatedCallback to see if it may be usefull but cant really figure out what it provides in terms of arguments.

I would assume this event triggers multiple times to update the databse and also when it finished the task?

There are

  • plugin.PostRenderTasks callback - called when the executable completes.
  • OnJobCompleted event is actually also fired each time a batch completes (same as above, practically) - that was counterintuitive to find out.

Depending on your batching settings these might be called after each “task”.

1 Like
Privacy | Site terms | Cookie preferences