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.

Implementation

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

Example

from ldtp import *

stopscriptengine ()

Author:
Nagappan <nagappan@gmail.com>


Linux Desktop Testing Project