The useRunDetails()
React hook will show the live status of run.
useEventDetails()
hook. Although if you want the first run triggered by an event, we suggest you use useEventRunDetails().pending
,
success
and error
.true
if the request is currently pending or if it is in a refetch
state.true
if the request succeeded.true
if the request failed.true
if the request is currently pending.true
if the request failed with a loading error.true
if the request failed with a refetch error.