activities
latest
false
重要 :
请注意此内容已使用机器翻译进行了部分本地化。
UiPath logo, featuring letters U and I in white
工作流活动
Last updated 2024年11月18日

停止作业

用于停止或终止 Orchestrator 上的作业。 请注意,为了在 Studio 中执行此方法,必须将机器人连接到 Orchestrator,并且 机器人角色 还需要具有对作业的 创建编辑 权限,以及对流程和环境的 查看 权限。 该方法在执行它的机器人下运行。

定义

命名空间: UiPath Activities.System.API

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

重载

  
StopJob(OrchestratorJob, StopStrategy)根据特定策略停止 Orchestrator 中的作业:终止或停止。
StopJob(OrchestratorJob, StopStrategy, String)根据特定策略从指定的文件夹路径停止 Orchestrator 中的作业:终止或停止。
StopJob(OrchestratorJob, StopStrategy, String, Int32)根据特定策略从指定的文件夹路径停止 Orchestrator 中的作业:终止或停止。

StopJob(OrchestratorJob, StopStrategy)

根据特定策略停止 Orchestrator 中的作业:终止或停止。

无效 停止作业(
	OrchestratorJob 作业
	停止策略策略
)void StopJob( OrchestratorJob 作业,StopStrategy 策略)
作业 Orchestrator 作业
指定要停止或终止的作业。
策略 停止策略
选择作业停止方式:
  • Stop - 以安全的方式停止作业。
  • Kill - 强制停止作业,无论在何处执行。

StopJob(OrchestratorJob, StopStrategy, String)

根据特定策略从指定的文件夹路径停止 Orchestrator 中的作业:终止或停止。

void StopJob(
	OrchestratorJob 作业,
	StopStrategy 策略,
	string folderPath
)void StopJob( OrchestratorJob 作业,停止策略策略,字符串 folderPath )
作业 Orchestrator 作业
指定要停止或终止的作业。
策略 停止策略
选择作业停止方式:
  • Stop - 以安全的方式停止作业。
  • Kill - 强制停止作业,无论在何处执行。
文件夹路径 字符串
指定作业所在文件夹的路径(如果与运行流程的文件夹不同)。 此字段仅支持字符串值,并使用 / 作为分隔符来表示子文件夹。 例如 "Finance/Accounts Payable"

StopJob(OrchestratorJob, StopStrategy, String, Int32)

根据特定策略从指定的文件夹路径停止 Orchestrator 中的作业:终止或停止。

void StopJob(
	OrchestratorJob 作业,
	StopStrategy 策略,
	string folderPath,
	int timeoutMS
)void StopJob(OrchestratorJob 作业, 停止策略策略, string folderPath, int timeoutMS)
作业 Orchestrator 作业
指定要停止或终止的作业。
策略 停止策略
选择作业停止方式:
  • Stop - 以安全的方式停止作业。
  • Kill - 强制停止作业,无论在何处执行。
文件夹路径 字符串
指定作业所在文件夹的路径(如果与运行流程的文件夹不同)。 此字段仅支持字符串值,并使用 / 作为分隔符来表示子文件夹。 例如 "Finance/Accounts Payable"
超时 (毫秒) Int32
指定等待时间 (以毫秒为单位)。如果超出该时间活动未运行,就会引发错误。默认值为 30000 毫秒 (30 秒)。

此页面有帮助吗?

获取您需要的帮助
了解 RPA - 自动化课程
UiPath Community 论坛
Uipath Logo White
信任与安全
© 2005-2024 UiPath。保留所有权利。