SysProcessResume (FUN)¶
FUNCTION SysProcessResume : RTS_IEC_RESULT
<description>This function starts the process specified by its handle. For example, the function can be used for processes having been created in suspended mode by use of the flag SYSPROCESS_CREATEFLAG_CREATESUSPENDED.</description> <result><p>RESULT: Returns the runtime system error code (see CmpErrors.library).</p></result>
- InOut:
- Scope - Name - Type - Comment - Return - SysProcessResume- RTS_IEC_RESULT- Input - hProcess- RTS_IEC_HANDLE- <param name=”hProcess” type=”IN”>Handle of the process</param> 
