Interface ITcRTimeTask

Retrieve extended TwinCAT task Information.

Syntax

TCOM_DECL_INTERFACE("02000003-0000-0000-e000-000000000064", ITcRTimeTask)
struct __declspec(novtable) ITcRTimeTask : public ITcTask

Required include: TcRtInterfaces.h

Interface ITcRTimeTask 1: Methods

Name

Description

GetCpuAccount

Query of the CPU account of a TwinCAT Task.

Remarks

Retrieving and using TwinCAT task Information could be done by this interface.

Please have a look at Sample30: Timing Measurement