isLoading
Whether the source is loading content.
When starting an operation, the loading state is first set to true
. It's set to false
when the operation is completed. It can be used as a single point of verification for operation completion.
Note: In case of errors, the loading state remains true
indefinitely.