Skip to content

Commit 2b8100a

Browse files
authored
Update README.md
1 parent efa4254 commit 2b8100a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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. |

0 commit comments

Comments
 (0)