signal
Home > @gooddata/sdk-backend-spi > IExecutionResult > signal
IExecutionResult.signal property
Abort signal to cancel the result retrieval.
Note that the abort signal is shared with the prepared execution that created this result, so if you cancel the result and want to retrieve it later again, you should always create also a new execution for it.
Signature:
readonly signal?: AbortSignal;