File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -120,6 +120,10 @@ Model that encapsulates the state of an async action.
120120| ---------------- | ------------------ | ---------------------------------------------------------- |
121121| ** status** | AsyncTaskStatus | 'init' \| 'pending' \| 'complete' \| 'failed' \| 'aborted' |
122122| ** error** | Error \| undefined | Any error that is thrown during task execution. |
123+
124+ ### Views
125+ | Name | Type | Description |
126+ | ---------------- | ------------------ | ---------------------------------------------------------- |
123127| ** clean** | boolean | Indicates the task has not been run yet. |
124128| ** pending** | boolean | Indicates the task is currently running. |
125129| ** complete** | boolean | Indicates the task completed successfully. |
You can’t perform that action at this time.
0 commit comments