Skip to content

IS_ATTRPROF_THREAD ​

IS_ATTRPROF_THREAD checks whether the given ID (objid) is a valid AttrProf thread ID.

Syntax ​

leo-grammar
CC "Core" IS_ATTRPROF_THREAD objid:idValue . 


# --> RESULT is_apthread:[0|1]
CC "Core" IS_ATTRPROF_THREAD objid:idValue . 


# --> RESULT is_apthread:[0|1]

Parameters ​

  • objid (idValue) -

Returns ​

  • ecode (intValue) - Contains the error code or is 0 in case of success.
  • is_apthread (boolValue) - the return value is 0 if the ID is not an AttrProf thread and 1 if the ID uniquely identifies an AttrProf thread.

Details ​

Note: This functions does NOT return an ecode!

See Also ​

Examples ​

Versions and Changes ​

Available since ADOxx 1.3