JmgProdParametersDim.allowJobType Method
Retrieves whether the specified job type is allowed in Manufacturing execution.
Syntax
public boolean allowJobType(RouteJobType _type)
Run On
Called
Parameters
- _type
Type: RouteJobType Enumeration
The Job type to check whether it is allowed.
Return Value
Type: boolean
true if the job type is allowed; otherwise, false2.