IecTaskDisableWatchdog2 (FUN)

 

FUNCTION IecTaskDisableWatchdog2 : RTS_IEC_RESULT

Disable watchdog for the specified task

Note

  • The watchdog is disabled until IecTaskEnableWatchdog2 is called!!! So this is a security issue, if you never enable the watchdog!

  • Can be called nested. First call disables the watchdog.

InOut:

Scope

Name

Type

Comment

Return

IecTaskDisableWatchdog2

RTS_IEC_RESULT

Returns the runtime system error code (see CmpErrors.library)

  • ERR_OK: The watchdog for the task was disabled

  • ERR_PARAMETER: The task handle was invalid

Input

hIecTask

RTS_IEC_HANDLE

Handle of the task