Zync Service Task Status Update Data
constructor(jobUid: String, serviceTaskUid: String, serviceTaskStatus: ZyncServiceTaskStatus, remarks: String? = null, assignToTask: Boolean = false, assignToJob: Boolean = false, assignFromTeam: String? = null)
Parameters
service Task Uid
Unique identifier of the service task to update.
service Task Status
Status to set for the service task.
remarks
Optional remarks for the status update.
assign To Task
Whether to assign the current user to the service task.
assign To Job
Whether to assign the current user to the job.
assign From Team
Team UID to assign from, or null to use current user's team.