nukescripts.pyAppUtils.pyAppHelper

class nukescripts.pyAppUtils.pyAppHelper(start=None)[source]

Bases: object

Helper class to run python commands in a separate thread.

constructor

Methods

initiate

Start the thread associated with this object

run

Runs the specified call in a separate thread.

terminate

Terminated the thread associated with this object

initiate()[source]

Start the thread associated with this object

run(call, args=(), kwargs={})[source]

Runs the specified call in a separate thread.

terminate()[source]

Terminated the thread associated with this object