It will automatically update until all triggered runs with the event have completed or failed.Documentation Index
Fetch the complete documentation index at: https://trigger-v3-cli-update-command.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
If you're familiar with React Query, you'll recognize the data that is
returned by this hook. React Query 5 is used internally.
Parameters
The event ID to get the details for. This is returned when calling either
client.sendEvent() or
io.sendEvent().
Returns
The data returned from the server.
The error object if the request failed.
The status of the request. This can be one of the following values:
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.
