Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.