Cancel Statement
glue_cancel_statement | R Documentation |
Cancels the statement¶
Description¶
Cancels the statement.
Usage¶
glue_cancel_statement(SessionId, Id, RequestOrigin)
Arguments¶
SessionId |
[required] The Session ID of the statement to be cancelled. |
Id |
[required] The ID of the statement to be cancelled. |
RequestOrigin |
The origin of the request to cancel the statement. |
Value¶
An empty list.
Request syntax¶
svc$cancel_statement(
SessionId = "string",
Id = 123,
RequestOrigin = "string"
)