Start Task - Designated Robot
Method
startTask(task, robotId?: string) -> {Promise.<boolean>}
Start executing the task.
Parameters
| Name | Type | Description |
|---|---|---|
task |
TaskInfo | Task information |
robotId |
String | Robot SN |
Return Value Promise.<boolean>
Whether the execution is successful
true- successfalse- fail