11.12.3.4.151. Function sems_lite_check_Tear¶
Defined in File sems_lite_api.h
11.12.3.4.151.1. Function Documentation¶
-
sss_status_t
sems_lite_check_Tear
(sems_lite_agent_ctx_t *pContext, sems_lite_tearDown_status_t *pTearStatus)¶ Check Tear during script execution.
This API will check whether there was tear during script execution
- Return
Status of the operation
- Parameters
pContext
: Pointer to sems lite agent context.pTearStatus
: Pointer to tear status.
- Return Value
kStatus_SSS_Success
: The operation has completed successfully.kStatus_SSS_Fail
: The operation has failed.