schGetIgnoredStatus
schGetIgnoredStatus(d_instId) =>l_list
Description
Returns the ignored status of the given instance ID. This function can be used only when the instance IDs are known.
Arguments
Value Returned
|
Returns the ignored status. Its value can be one of the following: |
Examples
schGetIgnoredStatus( car(geGetSelSet()) )
==> ignored
Return to top