Method ITcTaskNotification::NotifyCycleTimeExceeded()
Gets called if cycle time was exceeded beforehand
Syntax
virtual HRESULT TCOMAPI
NotifyCycleTimeExceeded();
Parameters
ipTask: (type: ITcTask) refers to the current task context.
context: (type: ULONG_PTR) context
Return value
If successful, S_OK ("0") or another positive value will be returned, cf. Return values. Extended messages refer in particular to the column HRESULT in ADS Return Codes.
Description
Gets called if cycle time was exceeded beforehand. So not immediately on exceeded time, but afterwards.