Skip to content

Method to get current status of progress bar | Feature request #100

@abhinavkumar985

Description

@abhinavkumar985

I want to get the status of the progress bar at the any moment in any where of my code, where one is in progress or finished.

this.$progress.start();

// some code
// some more code
let status = this.$progress.status(); // Required {status: 'open', progress: 20%}

if(status){
// do something
}

this.$progress.finish();
// End

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions