Uses of Enum
com.uipath.uipathpackage.util.StartProcessDtoJobPriority
Packages that use StartProcessDtoJobPriority
Package
Description
-
Uses of StartProcessDtoJobPriority in com.uipath.uipathpackage
Methods in com.uipath.uipathpackage that return StartProcessDtoJobPriorityMethods in com.uipath.uipathpackage with parameters of type StartProcessDtoJobPriorityModifier and TypeMethodDescriptionvoid
UiPathRunJob.setPriority
(StartProcessDtoJobPriority priority) Constructors in com.uipath.uipathpackage with parameters of type StartProcessDtoJobPriorityModifierConstructorDescriptionUiPathRunJob
(String processName, String parametersFilePath, StartProcessDtoJobPriority priority, SelectEntry strategy, SelectEntry jobType, String resultFilePath, Integer timeout, Boolean failWhenJobFails, Boolean waitForJobCompletion, TraceLevel traceLevel, String orchestratorAddress, String orchestratorTenant, String folderName, SelectEntry credentials) Data bound constructor which is responsible for setting/saving of the values provided by the user -
Uses of StartProcessDtoJobPriority in com.uipath.uipathpackage.models
Methods in com.uipath.uipathpackage.models that return StartProcessDtoJobPriorityMethods in com.uipath.uipathpackage.models with parameters of type StartProcessDtoJobPriorityModifier and TypeMethodDescriptionvoid
JobOptions.setPriority
(StartProcessDtoJobPriority priority) -
Uses of StartProcessDtoJobPriority in com.uipath.uipathpackage.util
Methods in com.uipath.uipathpackage.util that return StartProcessDtoJobPriorityModifier and TypeMethodDescriptionstatic StartProcessDtoJobPriority
Returns the enum constant of this type with the specified name.static StartProcessDtoJobPriority[]
StartProcessDtoJobPriority.values()
Returns an array containing the constants of this enum type, in the order they are declared.