FUNCTION IecTaskDelete2 : RTS_IEC_RESULT
Delete an IEC task with timeout
This function creates an asynchronous job to delete the IEC task with the given handle and timeout value. When the asynchronous job is successfully created the function returns immediately with ERR_PENDING. There is no indication wether the following deletion of the IEC task itself is successful.
Note
Due to the asynchronous manner of the deletion a dynamically created IEC task may delete itself.
Error code:
ERR_PENDING: The asynchronous job to delete the IEC task was successfully created.
ERR_FAILED: The asynchronous job to delete the IEC task could not be created.
ERR_PARAMETER: Invalid task handle
ERR_NOT_SUPPORTED: asynchronous jobs are not supported
InOut:
Scope |
Name |
Type |
Comment |
Return |
IecTaskDelete2 |
RTS_IEC_RESULT |
Error code |
Input |
hIecTask |
RTS_IEC_HANDLE |
Handle to task |
ulTimeoutMs |
UDINT |
Timeout in milliseconds to wait for deleting the task. Some timeouts are predefined:
|