fromString

fun fromString(value: String?): JobType

This method is used to convert a String to an JobType. If the String is not found, the JobType.UNKNOWN is returned.

Return

JobType

Parameters

value

String is a string naming that represents the job type.