Enum ModuleType
Specifies the type of the test module, i.e. if it is created by the Ranorex Recorder or a user defined module.
public enum ModuleType
Fields
Group = 3The test module is a group of modules.
Recording = 1The test module is a recording, i.e. created by the Ranorex Recorder.
Unknown = 0The type of the test module is unknown.
UserCode = 2The test module is created by user coder.