Global_Constants (GVL)¶
<category>Process creation flags</category> <description><p>A combination of these flags can specify the startup of a process</p></description>
- InOut:
- Scope - Name - Type - Initial - Comment - Constant - UDINT- 16#1 - <element name=”PROCESS_CREATEFLAG_HIDDEN” type=”IN”>Flag to create a hidden process</element> - SYSPROCESS_CREATEFLAG_INTERACTIVE - UDINT- 16#2 - <element name=”PROCESS_CREATEFLAG_INTERACTIVE” type=”IN”>Flag to create an interactive process requiring input from the user</element> - SYSPROCESS_CREATEFLAG_CREATESUSPENDED - UDINT- 16#4 - <element name=”PROCESS_CREATEFLAG_CREATESUSPENDED” type=”IN”>Flag to create a suspended process</element> 
