ArcGIS Pro 2.9 API Reference Guide
CanChangeJobOwner Method

ArcGIS.Desktop.Workflow.Models.JobModels Namespace > Job Class : CanChangeJobOwner Method
Information on the currentUser
Determines whether the job owner can be changed to the current user
Syntax
public bool CanChangeJobOwner( 
   UserDetails currentUser
)
Public Function CanChangeJobOwner( _
   ByVal currentUser As UserDetails _
) As Boolean

Parameters

currentUser
Information on the currentUser

Return Value

Whether the job owner can be changed
Remarks
Job owner can be updated if a job isn't closed, or on hold and the user has the CanChangeJobOwner privilege. If the job is on hold the user will also require the CanUpdatePropsforHeldJobs privilege.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

Job Class
Job Members