GET api/Service/TaskRunner/Task/Action/HasNextAction/{taskid}/{actionid}
验证一下当前计划任务是否有后续的未处理的需要响应的动作。
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| taskid | integer |
Required |
|
| actionid | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
验证一下当前计划任务是否有后续的未处理的需要响应的动作。
CommonOperationResultWithTagOfBoolean| Name | Description | Type | Additional information |
|---|---|---|---|
| errcode | integer |
None. |
|
| errmsg | string |
None. |
|
| tag | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"errcode": 1,
"errmsg": "sample string 2",
"tag": true
}
application/xml, text/xml
Sample:
<CommonOperationResultWithTagOfboolean xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DigitalScience.DataTransfer"> <errcode>1</errcode> <errmsg>sample string 2</errmsg> <tag>true</tag> </CommonOperationResultWithTagOfboolean>
application/bson
Sample:
Binary JSON content. See http://bsonspec.org for details.