JobExec Class
- Last UpdatedNov 06, 2025
- 1 minute read
The JobExec class handles all the MES functionality for a job. A JobExec object is created for each job position that the entity is capable of running. For a sample client code to start a job, see Interacting with MES.
It is recommended to retrieve the entity from the entity list (ClientSession.CurUser.EntList) and then call the JobExec from the entity instead of calling directly on the clientSession.curUser.curEnt.JobExec. This avoids a potential conflict with another user/object/script changing the curEnt while executing the code.
System.Object
FactMES.Client.Common.JobExec
