
This structure defines the information about an IEC task using IApplication::GetTaskInfoOfApplication.
Elements of struct ApplicationTaskInfo
| Type | Element | Description | 
|---|---|---|
| BSTR | name | IEC task name. | 
| LONG | priority | IEC task priority. | 
| VARIANT_BOOL | watchdogEnabled | Watchdog enabling state. | 
| LONG | watchdogTime | Watchdog time. | 
| LONG | cycleTime | IEC task cycle time. | 
| LONG | averageCycleTime | Average cycle time of IEC task. | 
| LONG | maxCycleTime | Maximum cycletime of IEC task. | 
| LONG | minCycleTime | Minimum cycletime of IEC task. | 
| LONG | cycleCount | Actual cycleCount of IEC task. | 
Definition at line 267 of file ILogic.idl.