TSK_getsts
Application Program Interface
2-497
C Interface
Syntax
sts = TSK_getsts(task);
Parameters
TSK_Handle task;
/* task object handle */
Return Value
STS_Handle sts;
/* statistics object handle */
Description
This function provides access to the task’s internal STS object. For
example, you can want the program to check the maximum value to see
if it has exceeded some value.
See Also
TSK_getsts
Get the handle of the task’s STS object