beta
cables is under heavy development.
There might be one or another bug, please let us know about it!

LoadingStatusTask Op



LoadingStatusTask
Namespace: Ops.Cables

Op author: tim

Starts / stops a loading task (async loader)


Sometimes your patch depends on asynchronous tasks to finish before you show your main patch. The Ops.Patch.LoadingStatus op keeps track of files being loaded. Most of the ops which load files asynchronously (e.g. Ops.Gl.Texture) inform the LoadingStatus themselves, but if you need to build this functionality yourself you can do so by using this op.
Internally this uses a stack, so by pressing Start three times you will start three different jobs.
Inside the cables editor you will notice that the cables logo in the top left corner blinks when there are open tasks. Also when you hover over it you will see a list of all open tasks.



Inputs

Start Task (Trigger)

Starts a task

End Task (Trigger)

Stops the last task


Caught a mistake or want to contribute to the documentation?

Edit Documentation 

Patches using LoadingStatusTask

  • Examples (1)
  • Public
  • My Patches

Changelog


renameOps.Patch.LoadingStatusTask renamed to Ops.Cables.LoadingStatusTask
2023-03-08 - pandur