question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

RunSequence with callback

See original GitHub issue

Hi, is it possible to set a callback for when $.Velocity.RunSequence(queue) is complete? If so, how do you do it? I can’t seem to get it going.

I’ve tried

$.Velocity.RunSequence(queue).then(function() { 
    console.log('test'); 
}); 

with no success.

Issue Analytics

  • State:closed
  • Created 9 years ago
  • Reactions:2
  • Comments:18 (2 by maintainers)

github_iconTop GitHub Comments

4reactions
dcalhouncommented, May 19, 2016

@julianshapiro was the ability to include a function as an array item ever added? Better yet, support for RunSequence.then() added?

1reaction
Rycochetcommented, Aug 18, 2016

Might get this in v1 - depends if I have time, not quite a bug, but close enough to be worth it 😉

Read more comments on GitHub >

github_iconTop Results From Across the Web

gulp4-run-sequence - npm
Start using gulp4-run-sequence in your project by running `npm i gulp4-run-sequence`. ... gulp.task('build', function (callback) {.
Read more >
Can't seem to pass a callback…? · Issue #74 - GitHub
I can't seem to pass a callback to run-sequence as the last param as described in the docs.
Read more >
run-sequence.runSequence JavaScript and Node.js ... - Tabnine
Task that compiles the app, // starts a webserver, watches app directory for changes, // and on change recompiles, and tells livereload to...
Read more >
run-sequence doesn't run gulp tasks in order - Stack Overflow
I'm confused by the use of "callback". Running the tasks individually works fine. var gulp = require('gulp'); var runSequence = ...
Read more >
gulp4-run-sequence: Docs, Community, Tutorials | Openbase
gulp4-run-sequence documentation and community, including tutorials, reviews, ... the callback function. gulp.task('breakfast', function (callback) ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found