Skip to content

pauseQueue

Method

pauseQueue(key) -> {Promise.<boolean>}

Pause task list to assign tasks.

Parameters

Fields Type Description
key string key

Return Value Promise.<boolean>

success

  • true - success
  • false - failed

Example

JavaScript
1
2
3
...
const success = await axRobot.pauseQueue(key);
...