SchedGetTaskInterval (FUN)

FUNCTION SchedGetTaskInterval : RTS_IEC_RESULT

<description>

Get the actual interval of a cyclic task. If the specified task is no cyclic task, the function return an error.

</description> <param name=”hSchedTask” type=”IN”>Handle to the task</param> <param name=”ptInterval” type=”OUT”>Interval of the task in microseconds!</param> <result>error code</result>

InOut:

Scope

Name

Type

Return

SchedGetTaskInterval

RTS_IEC_RESULT

Input

hSchedTask

RTS_IEC_HANDLE

Inout

pulInterval

UDINT