2.3.1 Naming Convention

The names of the Batch Runtime functions respect the following format:

prefix_ObjectAction

Where:

prefix_
m
specifies an external function.
mi
specifies an internal function.
Object
is the type of object on which the function is used and
Action
is the action to be executed on the object.

Examples include:

  • m_FileAssign
  • m_FileBuild
  • m_RcTest
  • m_ProgramExec