活动
最新
False
横幅背景图像
工作流活动
上次更新日期 2024年4月22日

删除测试数据队列项目

删除制定的测试数据队列项目

定义

命名空间: UiPath.Testing.API

程序集: UiPath.Testing.Activities.Api(在 UiPath.Testing.Activities.Api.dll 中)

重载

  
DeleteTestDataQueueItems(List<TestDataQueueItem>)删除制定的测试数据队列项目
DeleteTestDataQueueItems(List<TestDataQueueItem>, String)从某个 Orchestrator 文件夹中删除指定的测试数据队列项目。
DeleteTestDataQueueItems(List<TestDataQueueItem>, String, In32)从某个 Orchestrator 文件夹中删除指定的测试数据队列项目,并配置 TimeoutMS

DeleteTestDataQueueItems(List<TestDataQueueItem>)

删除制定的测试数据队列项目

void DeleteTestDataQueueItems(
	List<TestDataQueueItem> testDataQueueItems
)void DeleteTestDataQueueItems(
	List<TestDataQueueItem> testDataQueueItems
)
testDataQueueItems 列表<TestDataQueueItem>
列出要删除的队列项目。

DeleteTestDataQueueItems(List<TestDataQueueItem>, String)

从某个 Orchestrator 文件夹中删除指定的测试数据队列项目。

void DeleteTestDataQueueItems(
	List<TestDataQueueItem> testDataQueueItems,
	string folderPath
)void DeleteTestDataQueueItems(
	List<TestDataQueueItem> testDataQueueItems,
	string folderPath
)
testDataQueueItems 列表 <TestDataQueueItem>
列出要删除的队列项目。
folderPath 字符串
指定测试数据队列所在文件夹的路径(如果与运行流程的文件夹不同)。 使用/作为分隔符来表示子文件夹。 例如 "Testing/Automated Testing"

DeleteTestDataQueueItems(List<TestDataQueueItem>, String, In32)

从某个 Orchestrator 文件夹中删除指定的测试数据队列项目,并配置 TimeoutMS
void DeleteTestDataQueueItems(
	List<TestDataQueueItem> testDataQueueItems,
	string folderPath,
	int timeoutMs
)void DeleteTestDataQueueItems(
	List<TestDataQueueItem> testDataQueueItems,
	string folderPath,
	int timeoutMs
)
testDataQueueItems 列表 <TestDataQueueItem>
列出要删除的队列项目。
folderPath 字符串
指定测试数据队列所在文件夹的路径(如果与运行流程的文件夹不同)。 使用/作为分隔符来表示子文件夹。 例如 "Testing/Automated Testing"
timeoutMs Int32
指定等待时间 (以毫秒为单位)。如果超出该时间活动未运行,就会引发错误。默认值为 30000 毫秒 (30 秒)。

此页面是否有帮助?

获取您需要的帮助
了解 RPA - 自动化课程
UiPath Community 论坛
Uipath 白色徽标
信任与安全
© 2005-2024 UiPath. All rights reserved.