TIDERunMode Enumeration
Specifies which script unit is executed when the project is run.
Remarks
TIDERunMode specifies how the project must be executed. rmMainUnit - The main script of the project will be executed. rmActiveUnit - The script currently active (selected) in the IDE will be executed.
Syntax
Unit: IDEMain
Members
| Name | Value | Description |
|---|---|---|
| rmMainUnit | 0 | |
| rmActiveUnit | 1 |