SysTaskJoin (FUN)
FUNCTION SysTaskJoin : RTS_IEC_RESULT
<description>Is used to wait for exit of the specified join task.</description> <result><p>RESULT: Returns the runtime system error code (see CmpErrors.library).</p></result>
- InOut:
Scope
Name
Type
Comment
Return
SysTaskJoinRTS_IEC_RESULTInput
hTaskToJoinRTS_IEC_HANDLE<param name=”hTaskToJoin” type=”IN”>Task to join</param>
ulTimeoutMsUDINT<param name=”ulTimeoutMs” type=”IN”>Timeout in milliseconds to wait for join task</param>