Product Overview
Feature Description
Product Strengths
Use Cases
Basic Concept
API | Operation Description |
Query task execution status |
try {//List of task IDs you want to queryval taskIds: List<Long> = listOf()return query resultsval batchResponses: List<BatchResponse> = smh.queryTasks(taskIds = taskIds)} catch (e: Exception) {e.printStackTrace()}
Was this page helpful?
You can also Contact sales or Submit a Ticket for help.
Help us improve! Rate your documentation experience in 5 mins.
Feedback