LoadingStatusTask Op
Starts / stops a loading task (async loader)
Summary (oneliner)
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.
Documentation (markdown)
Issues
Example patch id
Youtube ids (comma seperated)
Caniuse query
Inputs
Starts a task
Stops the last task
Patches using LoadingStatusTask
Changelog
rename | Ops.Patch.LoadingStatusTask renamed to Ops.Cables.LoadingStatusTask 2023-03-08 - pandur |