stopscriptengine

Syntax

stopscriptengine ()

Description

Stops the LDTP engine, free all the resources. If we want to stop LDTP service, we can use this function to silently die.

Return values:
None Refer: http://cgit.freedesktop.org/ldtp/ldtp/tree/src/client-handler.c

Example

from ldtp import *

stopscriptengine ()

Author:
Nagappan Alagappan <nagappan@gmail.com>


Linux Desktop Testing Project