You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
| getStatus| Get current status| {<br> // Whether to complete all request binding <br> requestDone: false, <br> // Whether to complete all pushResolve<br> responseDone: false, <br> //Number of requests bound <br> requestCount: 1 (Number of requests bound), <br> // Number of pushResolve complete<br> responseCount: 1 (Number of pushResolve completed)<br>}|
| then\*| The original method of promise| task.then(({list, dataMap})=>{})|
76
+
| pushResolve| Used to add data| pushResolve(data, name), Not required, data of Promise.resolve|
77
+
| clear| Clear all statuses| --|
78
+
| paused| pause task| --|
79
+
| running| continue matching tasks| --|
80
+
| getStatus| Get current status| {<br> // Whether to complete all request binding <br> requestDone: false, <br> // Whether to complete all pushResolve<br> responseDone: false, <br> //Number of requests bound <br> requestCount: 1 (Number of requests bound), <br> // Number of pushResolve complete<br> responseCount: 1 (Number of pushResolve completed)<br>}|