Stop Crawler
glue_stop_crawler | R Documentation |
If the specified crawler is running, stops the crawl¶
Description¶
If the specified crawler is running, stops the crawl.
Usage¶
glue_stop_crawler(Name)
Arguments¶
Name |
[required] Name of the crawler to stop. |
Value¶
An empty list.
Request syntax¶
svc$stop_crawler(
Name = "string"
)