...
Allocation Priority can be set in Designer. This affects when memory for the module is allocated. Module's with higher values of allocation priority values are allocated first. This allows you to allocate modules early which are highly dependent upon running in internal memory. You can also set negative numbers for higher priorities. Allocation priority is only about memory allocation and does not affect the order of processing. For setting or changing priority right click on the module → go to properties → go to the ‘Build’ tab and ‘allocationPriority' options shown in figure below.
...
Module Status
Each module has an associated runtime status with 4 possible values:
...